#5CA0E4

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

Shades of Cornflower Blue #5CA0E4

Tints of Cornflower Blue #5CA0E4

Color information

#5CA0E4 (or 0x5CA0E4) is unknown color: approx Cornflower Blue. HEX triplet: 5C, A0 and E4. RGB value is (92,160,228). Sum of RGB (Red+Green+Blue) = 92+160+228=480 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.17% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 228 - color contains mainly: blue. Hex color #5CA0E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA0E4 is #A35F1B. Grayscale: #939393. Windows color (decimal): -10706716 or 14983260. OLE color: 14983260.

HSL color Cylindrical-coordinate representation of color #5CA0E4: hue angle of 210º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CA0E4 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB92160228-
CMYK0.600.3000.11
HSL210º71.58%62.75%-
HSV(B)210º59.65%89.41%-
XYZ30.9933.0278.14-
YUV147.42173.4788.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.17%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 228 (89.45% from 255) = 47.5%
R=19.17%
G=33.33%
B=47.5%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal921602280.600.3000.1121071.5862.75
Hex5CA0E43C1E0Bd2483f
Octal134240344743601332211077
Binary101110010100000111001001111001111001011110100101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,160,228); }

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

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

 a { background-color: rgb(92,160,228); }

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

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

 span { border-color: rgb(92,160,228); }

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