Shades of Cornflower Blue #5F9BFE
Tints of Cornflower Blue #5F9BFE
RGB
CMYK
RGB Variations
Color information
#5F9BFE (or 0x5F9BFE) is known color: Cornflower Blue. HEX triplet: 5F, 9B and FE. RGB value is (95,155,254). Sum of RGB (Red+Green+Blue) = 95+155+254=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F9BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9BFE is #A06401. Grayscale: #939393. Windows color (decimal): -10511362 or 16685919. OLE color: 16685919.
HSL color Cylindrical-coordinate representation of color #5F9BFE: hue angle of 217.36º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F9BFE is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 155 | 254 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.00 |
| HSL | 217.36º | 0.99% | 0.68% | - |
| HSV(B) | 217.36º | 0.63% | 1% | - |
| XYZ | 34.33 | 33.03 | 98.33 | - |
| YUV | 148.35 | 187.62 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 155 | 254 | 0.63 | 0.39 | 0 | 0.00 | 217.36 | 0.99 | 0.68 |
| Hex | 5F | 9B | FE | 3F | 27 | 0 | 0 | D9 | 63 | 44 |
| Octal | 137 | 233 | 376 | 77 | 47 | 0 | 0 | 331 | 143 | 104 |
| Binary | 1011111 | 10011011 | 11111110 | 111111 | 100111 | 0 | 0 | 11011001 | 1100011 | 1000100 |
Color Harmonies of #5F9BFE
Complementary color
Monochromatic Colors of #5F9BFE
Black with #5F9BFE
Text Example
Text Example
White with #5F9BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9BFE; }
p { color: rgb(95,155,254); }
H1.HeaderClassName
{
color: #5F9BFE;
}
.AnyTagClassName
{
color: #5F9BFE;
}
</style>
background-color css
<style>
a { background-color: #5F9BFE; }
a { background-color: rgb(95,155,254); }
div.DivClassName
{
background-color: #5F9BFE;
}
.BgClassName
{
background-color: #5F9BFE;
}
</style>
border-color css
<style>
span { border-color: #5F9BFE; }
span { border-color: rgb(95,155,254); }
td.TdClassName
{
border-color: #5F9BFE;
}
.TagClassName
{
border-color: #5F9BFE;
}
</style>