#5F9CF6

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

Shades of Cornflower Blue #5F9CF6

Tints of Cornflower Blue #5F9CF6

Color information

#5F9CF6 (or 0x5F9CF6) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 9C and F6. RGB value is (95,156,246). Sum of RGB (Red+Green+Blue) = 95+156+246=497 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.11% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #5F9CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9CF6 is #A06309. Grayscale: #939393. Windows color (decimal): -10511114 or 16161887. OLE color: 16161887.

HSL color Cylindrical-coordinate representation of color #5F9CF6: hue angle of 215.76º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F9CF6 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB95156246-
CMYK0.610.3700.04
HSL215.76º89.35%66.86%-
HSV(B)215.76º61.38%96.47%-
XYZ33.2432.8691.78-
YUV148.02183.2990.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.11%
GREEN value IS 156 (61.33% from 255) = 31.39%
BLUE value IS 246 (96.48% from 255) = 49.50%
R=19.11%
G=31.39%
B=49.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal951562460.610.3700.04215.7689.3566.86
Hex5F9CF63D2504d85943
Octal137234366754504330131103
Binary1011111100111001111011011110110010101001101100010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,156,246); }

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

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

 a { background-color: rgb(95,156,246); }

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

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

 span { border-color: rgb(95,156,246); }

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