Shades of Cornflower Blue #5F76FA
Tints of Cornflower Blue #5F76FA
RGB
CMYK
RGB Variations
Color information
#5F76FA (or 0x5F76FA) is known color: Cornflower Blue. HEX triplet: 5F, 76 and FA. RGB value is (95,118,250). Sum of RGB (Red+Green+Blue) = 95+118+250=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F76FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F76FA is #A08905. Grayscale: #7D7D7D. Windows color (decimal): -10520838 or 16414303. OLE color: 16414303.
HSL color Cylindrical-coordinate representation of color #5F76FA: hue angle of 231.1º 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 #5F76FA is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 118 | 250 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.02 |
| HSL | 231.1º | 0.94% | 0.68% | - |
| HSV(B) | 231.1º | 0.62% | 0.98% | - |
| XYZ | 28.45 | 22.29 | 93.25 | - |
| YUV | 126.17 | 197.88 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 250 | 0.62 | 0.53 | 0 | 0.02 | 231.1 | 0.94 | 0.68 |
| Hex | 5F | 76 | FA | 3E | 35 | 0 | 2 | E7 | 5E | 44 |
| Octal | 137 | 166 | 372 | 76 | 65 | 0 | 2 | 347 | 136 | 104 |
| Binary | 1011111 | 1110110 | 11111010 | 111110 | 110101 | 0 | 10 | 11100111 | 1011110 | 1000100 |
Color Harmonies of #5F76FA
Complementary color
Monochromatic Colors of #5F76FA
Black with #5F76FA
Text Example
Text Example
White with #5F76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F76FA; }
p { color: rgb(95,118,250); }
H1.HeaderClassName
{
color: #5F76FA;
}
.AnyTagClassName
{
color: #5F76FA;
}
</style>
background-color css
<style>
a { background-color: #5F76FA; }
a { background-color: rgb(95,118,250); }
div.DivClassName
{
background-color: #5F76FA;
}
.BgClassName
{
background-color: #5F76FA;
}
</style>
border-color css
<style>
span { border-color: #5F76FA; }
span { border-color: rgb(95,118,250); }
td.TdClassName
{
border-color: #5F76FA;
}
.TagClassName
{
border-color: #5F76FA;
}
</style>