#5F8FE2

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

Shades of Cornflower Blue #5F8FE2

Tints of Cornflower Blue #5F8FE2

Color information

#5F8FE2 (or 0x5F8FE2) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 8F and E2. RGB value is (95,143,226). Sum of RGB (Red+Green+Blue) = 95+143+226=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 226 (88.67% from 255 or 48.71% from 464); Max value from RGB is 226 - color contains mainly: blue. Hex color #5F8FE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8FE2 is #A0701D. Grayscale: #898989. Windows color (decimal): -10514462 or 14847839. OLE color: 14847839.

HSL color Cylindrical-coordinate representation of color #5F8FE2: hue angle of 218.02º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F8FE2 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB95143226-
CMYK0.580.3700.11
HSL218.02º69.31%62.94%-
HSV(B)218.02º57.96%88.63%-
XYZ28.2727.5775.78-
YUV138.11177.697.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.47%
GREEN value IS 143 (56.25% from 255) = 30.82%
BLUE value IS 226 (88.67% from 255) = 48.71%
R=20.47%
G=30.82%
B=48.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal951432260.580.3700.11218.0269.3162.94
Hex5F8FE23A250Bda453f
Octal137217342724501333210577
Binary1011111100011111110001011101010010101011110110101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,143,226); }

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

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

 a { background-color: rgb(95,143,226); }

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

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

 span { border-color: rgb(95,143,226); }

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