Shades of Cornflower Blue #5F9BFC
Tints of Cornflower Blue #5F9BFC
RGB
CMYK
RGB Variations
Color information
#5F9BFC (or 0x5F9BFC) is known color: Cornflower Blue. HEX triplet: 5F, 9B and FC. RGB value is (95,155,252). Sum of RGB (Red+Green+Blue) = 95+155+252=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F9BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9BFC is #A06403. Grayscale: #939393. Windows color (decimal): -10511364 or 16554847. OLE color: 16554847.
HSL color Cylindrical-coordinate representation of color #5F9BFC: hue angle of 217.07º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F9BFC is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 155 | 252 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.01 |
| HSL | 217.07º | 0.96% | 0.68% | - |
| HSV(B) | 217.07º | 0.62% | 0.99% | - |
| XYZ | 34.01 | 32.9 | 96.65 | - |
| YUV | 148.12 | 186.62 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 155 | 252 | 0.62 | 0.38 | 0 | 0.01 | 217.07 | 0.96 | 0.68 |
| Hex | 5F | 9B | FC | 3E | 26 | 0 | 1 | D9 | 60 | 44 |
| Octal | 137 | 233 | 374 | 76 | 46 | 0 | 1 | 331 | 140 | 104 |
| Binary | 1011111 | 10011011 | 11111100 | 111110 | 100110 | 0 | 1 | 11011001 | 1100000 | 1000100 |
Color Harmonies of #5F9BFC
Complementary color
Monochromatic Colors of #5F9BFC
Black with #5F9BFC
Text Example
Text Example
White with #5F9BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9BFC; }
p { color: rgb(95,155,252); }
H1.HeaderClassName
{
color: #5F9BFC;
}
.AnyTagClassName
{
color: #5F9BFC;
}
</style>
background-color css
<style>
a { background-color: #5F9BFC; }
a { background-color: rgb(95,155,252); }
div.DivClassName
{
background-color: #5F9BFC;
}
.BgClassName
{
background-color: #5F9BFC;
}
</style>
border-color css
<style>
span { border-color: #5F9BFC; }
span { border-color: rgb(95,155,252); }
td.TdClassName
{
border-color: #5F9BFC;
}
.TagClassName
{
border-color: #5F9BFC;
}
</style>