Shades of Cornflower Blue #5F9CE6
Tints of Cornflower Blue #5F9CE6
RGB
CMYK
RGB Variations
Color information
#5F9CE6 (or 0x5F9CE6) is known color: Cornflower Blue. HEX triplet: 5F, 9C and E6. RGB value is (95,156,230). Sum of RGB (Red+Green+Blue) = 95+156+230=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #5F9CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9CE6 is #A06319. Grayscale: #919191. Windows color (decimal): -10511130 or 15113311. OLE color: 15113311.
HSL color Cylindrical-coordinate representation of color #5F9CE6: hue angle of 212.89º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F9CE6 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 156 | 230 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.10 |
| HSL | 212.89º | 0.73% | 0.64% | - |
| HSV(B) | 212.89º | 0.59% | 0.9% | - |
| XYZ | 30.89 | 31.92 | 79.4 | - |
| YUV | 146.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 156 | 230 | 0.59 | 0.32 | 0 | 0.10 | 212.89 | 0.73 | 0.64 |
| Hex | 5F | 9C | E6 | 3B | 20 | 0 | A | D5 | 49 | 40 |
| Octal | 137 | 234 | 346 | 73 | 40 | 0 | 12 | 325 | 111 | 100 |
| Binary | 1011111 | 10011100 | 11100110 | 111011 | 100000 | 0 | 1010 | 11010101 | 1001001 | 1000000 |
Color Harmonies of #5F9CE6
Complementary color
Monochromatic Colors of #5F9CE6
Black with #5F9CE6
Text Example
Text Example
White with #5F9CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9CE6; }
p { color: rgb(95,156,230); }
H1.HeaderClassName
{
color: #5F9CE6;
}
.AnyTagClassName
{
color: #5F9CE6;
}
</style>
background-color css
<style>
a { background-color: #5F9CE6; }
a { background-color: rgb(95,156,230); }
div.DivClassName
{
background-color: #5F9CE6;
}
.BgClassName
{
background-color: #5F9CE6;
}
</style>
border-color css
<style>
span { border-color: #5F9CE6; }
span { border-color: rgb(95,156,230); }
td.TdClassName
{
border-color: #5F9CE6;
}
.TagClassName
{
border-color: #5F9CE6;
}
</style>