#5CA2F2

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

Shades of Cornflower Blue #5CA2F2

Tints of Cornflower Blue #5CA2F2

Color information

#5CA2F2 (or 0x5CA2F2) is unknown color: approx Cornflower Blue. HEX triplet: 5C, A2 and F2. RGB value is (92,162,242). Sum of RGB (Red+Green+Blue) = 92+162+242=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #5CA2F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA2F2 is #A35D0D. Grayscale: #959595. Windows color (decimal): -10706190 or 15901276. OLE color: 15901276.

HSL color Cylindrical-coordinate representation of color #5CA2F2: hue angle of 212º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CA2F2 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB92162242-
CMYK0.620.3300.05
HSL212º85.23%65.49%-
HSV(B)212º61.98%94.9%-
XYZ33.3634.5388.91-
YUV150.19179.8186.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.55%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 242 (94.92% from 255) = 48.79%
R=18.55%
G=32.66%
B=48.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal921622420.620.3300.0521285.2365.49
Hex5CA2F23E2105d45541
Octal134242362764105324125101
Binary1011100101000101111001011111010000101011101010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,162,242); }

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

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

 a { background-color: rgb(92,162,242); }

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

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

 span { border-color: rgb(92,162,242); }

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