#5a7de8

Color #5A7DE8 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5A7DE8

Tints of Cornflower Blue #5A7DE8

Color information

#5A7DE8 (or 0x5A7DE8) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 7D and E8. RGB value is (90,125,232). Sum of RGB (Red+Green+Blue) = 90+125+232=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 232 (91.02% from 255 or 51.90% from 447); Max value from RGB is 232 - color contains mainly: blue. Hex color #5A7DE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A7DE8 is #A58217. Grayscale: #7E7E7E. Windows color (decimal): -10846744 or 15236442. OLE color: 15236442.

HSL color Cylindrical-coordinate representation of color #5A7DE8: hue angle of 225.21º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A7DE8 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB90125232-
CMYK0.610.4600.09
HSL225.21º75.53%63.14%-
HSV(B)225.21º61.21%90.98%-
XYZ26.1222.6779.34-
YUV126.73187.4101.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 20.13%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 232 (91.02% from 255) = 51.90%
R=20.13%
G=27.96%
B=51.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal901252320.610.4600.09225.2175.5363.14
Hex5A7DE83D2E09e14c3f
Octal132175350755601134111477
Binary101101011111011110100011110110111001001111000011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a7de8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5a7de8; }

 p { color: rgb(90,125,232); }

 H1.HeaderClassName
 {
   color: #5a7de8;
 }
 .AnyTagClassName
 {
   color: #5a7de8;
 }
</style>
background-color css

<style>
 a { background-color: #5a7de8; }

 a { background-color: rgb(90,125,232); }

 div.DivClassName
 {
   background-color: #5a7de8;
 }
 .BgClassName
 {
   background-color: #5a7de8;
 }
</style>
border-color css

<style>
 span { border-color: #5a7de8; }

 span { border-color: rgb(90,125,232); }

 td.TdClassName
 {
   border-color: #5a7de8;
 }
 .TagClassName
 {
   border-color: #5a7de8;
 }
</style>