Shades of Cornflower Blue #5F7FFA
Tints of Cornflower Blue #5F7FFA
RGB
CMYK
RGB Variations
Color information
#5F7FFA (or 0x5F7FFA) is known color: Cornflower Blue. HEX triplet: 5F, 7F and FA. RGB value is (95,127,250). Sum of RGB (Red+Green+Blue) = 95+127+250=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F7FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F7FFA is #A08005. Grayscale: #828282. Windows color (decimal): -10518534 or 16416607. OLE color: 16416607.
HSL color Cylindrical-coordinate representation of color #5F7FFA: hue angle of 227.61º 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 #5F7FFA is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 127 | 250 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.02 |
| HSL | 227.61º | 0.94% | 0.68% | - |
| HSV(B) | 227.61º | 0.62% | 0.98% | - |
| XYZ | 29.56 | 24.51 | 93.62 | - |
| YUV | 131.45 | 194.9 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 127 | 250 | 0.62 | 0.49 | 0 | 0.02 | 227.61 | 0.94 | 0.68 |
| Hex | 5F | 7F | FA | 3E | 31 | 0 | 2 | E4 | 5E | 44 |
| Octal | 137 | 177 | 372 | 76 | 61 | 0 | 2 | 344 | 136 | 104 |
| Binary | 1011111 | 1111111 | 11111010 | 111110 | 110001 | 0 | 10 | 11100100 | 1011110 | 1000100 |
Color Harmonies of #5F7FFA
Complementary color
Monochromatic Colors of #5F7FFA
Black with #5F7FFA
Text Example
Text Example
White with #5F7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7FFA; }
p { color: rgb(95,127,250); }
H1.HeaderClassName
{
color: #5F7FFA;
}
.AnyTagClassName
{
color: #5F7FFA;
}
</style>
background-color css
<style>
a { background-color: #5F7FFA; }
a { background-color: rgb(95,127,250); }
div.DivClassName
{
background-color: #5F7FFA;
}
.BgClassName
{
background-color: #5F7FFA;
}
</style>
border-color css
<style>
span { border-color: #5F7FFA; }
span { border-color: rgb(95,127,250); }
td.TdClassName
{
border-color: #5F7FFA;
}
.TagClassName
{
border-color: #5F7FFA;
}
</style>