Shades of Cornflower Blue #5F99EA
Tints of Cornflower Blue #5F99EA
RGB
CMYK
RGB Variations
Color information
#5F99EA (or 0x5F99EA) is known color: Cornflower Blue. HEX triplet: 5F, 99 and EA. RGB value is (95,153,234). Sum of RGB (Red+Green+Blue) = 95+153+234=482 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.71% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F99EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F99EA is #A06615. Grayscale: #909090. Windows color (decimal): -10511894 or 15374687. OLE color: 15374687.
HSL color Cylindrical-coordinate representation of color #5F99EA: hue angle of 214.96º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F99EA is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 153 | 234 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.08 |
| HSL | 214.96º | 0.77% | 0.65% | - |
| HSV(B) | 214.96º | 0.59% | 0.92% | - |
| XYZ | 30.96 | 31.16 | 82.22 | - |
| YUV | 144.89 | 178.28 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 234 | 0.59 | 0.35 | 0 | 0.08 | 214.96 | 0.77 | 0.65 |
| Hex | 5F | 99 | EA | 3B | 23 | 0 | 8 | D7 | 4D | 41 |
| Octal | 137 | 231 | 352 | 73 | 43 | 0 | 10 | 327 | 115 | 101 |
| Binary | 1011111 | 10011001 | 11101010 | 111011 | 100011 | 0 | 1000 | 11010111 | 1001101 | 1000001 |
Color Harmonies of #5F99EA
Complementary color
Monochromatic Colors of #5F99EA
Black with #5F99EA
Text Example
Text Example
White with #5F99EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F99EA; }
p { color: rgb(95,153,234); }
H1.HeaderClassName
{
color: #5F99EA;
}
.AnyTagClassName
{
color: #5F99EA;
}
</style>
background-color css
<style>
a { background-color: #5F99EA; }
a { background-color: rgb(95,153,234); }
div.DivClassName
{
background-color: #5F99EA;
}
.BgClassName
{
background-color: #5F99EA;
}
</style>
border-color css
<style>
span { border-color: #5F99EA; }
span { border-color: rgb(95,153,234); }
td.TdClassName
{
border-color: #5F99EA;
}
.TagClassName
{
border-color: #5F99EA;
}
</style>