#5CA1F2

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

Shades of Cornflower Blue #5CA1F2

Tints of Cornflower Blue #5CA1F2

Color information

#5CA1F2 (or 0x5CA1F2) is unknown color: approx Cornflower Blue. HEX triplet: 5C, A1 and F2. RGB value is (92,161,242). Sum of RGB (Red+Green+Blue) = 92+161+242=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #5CA1F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA1F2 is #A35E0D. Grayscale: #959595. Windows color (decimal): -10706446 or 15901020. OLE color: 15901020.

HSL color Cylindrical-coordinate representation of color #5CA1F2: hue angle of 212.4º 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 #5CA1F2 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB92161242-
CMYK0.620.3300.05
HSL212.4º85.23%65.49%-
HSV(B)212.4º61.98%94.9%-
XYZ33.1934.1888.85-
YUV149.6180.1486.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.59%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 242 (94.92% from 255) = 48.89%
R=18.59%
G=32.53%
B=48.89%

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
Decimal921612420.620.3300.05212.485.2365.49
Hex5CA1F23E2105d45541
Octal134241362764105324125101
Binary1011100101000011111001011111010000101011101010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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