Shades of Cornflower Blue #5F9BFA
Tints of Cornflower Blue #5F9BFA
RGB
CMYK
RGB Variations
Color information
#5F9BFA (or 0x5F9BFA) is known color: Cornflower Blue. HEX triplet: 5F, 9B and FA. RGB value is (95,155,250). Sum of RGB (Red+Green+Blue) = 95+155+250=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F9BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9BFA is #A06405. Grayscale: #939393. Windows color (decimal): -10511366 or 16423775. OLE color: 16423775.
HSL color Cylindrical-coordinate representation of color #5F9BFA: hue angle of 216.77º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F9BFA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 155 | 250 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.02 |
| HSL | 216.77º | 0.94% | 0.68% | - |
| HSV(B) | 216.77º | 0.62% | 0.98% | - |
| XYZ | 33.7 | 32.78 | 94.99 | - |
| YUV | 147.89 | 185.62 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 155 | 250 | 0.62 | 0.38 | 0 | 0.02 | 216.77 | 0.94 | 0.68 |
| Hex | 5F | 9B | FA | 3E | 26 | 0 | 2 | D9 | 5E | 44 |
| Octal | 137 | 233 | 372 | 76 | 46 | 0 | 2 | 331 | 136 | 104 |
| Binary | 1011111 | 10011011 | 11111010 | 111110 | 100110 | 0 | 10 | 11011001 | 1011110 | 1000100 |
Color Harmonies of #5F9BFA
Complementary color
Monochromatic Colors of #5F9BFA
Black with #5F9BFA
Text Example
Text Example
White with #5F9BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9BFA; }
p { color: rgb(95,155,250); }
H1.HeaderClassName
{
color: #5F9BFA;
}
.AnyTagClassName
{
color: #5F9BFA;
}
</style>
background-color css
<style>
a { background-color: #5F9BFA; }
a { background-color: rgb(95,155,250); }
div.DivClassName
{
background-color: #5F9BFA;
}
.BgClassName
{
background-color: #5F9BFA;
}
</style>
border-color css
<style>
span { border-color: #5F9BFA; }
span { border-color: rgb(95,155,250); }
td.TdClassName
{
border-color: #5F9BFA;
}
.TagClassName
{
border-color: #5F9BFA;
}
</style>