Shades of Cornflower Blue #5F7AFA
Tints of Cornflower Blue #5F7AFA
RGB
CMYK
RGB Variations
Color information
#5F7AFA (or 0x5F7AFA) is known color: Cornflower Blue. HEX triplet: 5F, 7A and FA. RGB value is (95,122,250). Sum of RGB (Red+Green+Blue) = 95+122+250=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F7AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F7AFA is #A08505. Grayscale: #7F7F7F. Windows color (decimal): -10519814 or 16415327. OLE color: 16415327.
HSL color Cylindrical-coordinate representation of color #5F7AFA: hue angle of 229.55º 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 #5F7AFA is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 122 | 250 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.02 |
| HSL | 229.55º | 0.94% | 0.68% | - |
| HSV(B) | 229.55º | 0.62% | 0.98% | - |
| XYZ | 28.93 | 23.25 | 93.41 | - |
| YUV | 128.52 | 196.55 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 122 | 250 | 0.62 | 0.51 | 0 | 0.02 | 229.55 | 0.94 | 0.68 |
| Hex | 5F | 7A | FA | 3E | 33 | 0 | 2 | E6 | 5E | 44 |
| Octal | 137 | 172 | 372 | 76 | 63 | 0 | 2 | 346 | 136 | 104 |
| Binary | 1011111 | 1111010 | 11111010 | 111110 | 110011 | 0 | 10 | 11100110 | 1011110 | 1000100 |
Color Harmonies of #5F7AFA
Complementary color
Monochromatic Colors of #5F7AFA
Black with #5F7AFA
Text Example
Text Example
White with #5F7AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7AFA; }
p { color: rgb(95,122,250); }
H1.HeaderClassName
{
color: #5F7AFA;
}
.AnyTagClassName
{
color: #5F7AFA;
}
</style>
background-color css
<style>
a { background-color: #5F7AFA; }
a { background-color: rgb(95,122,250); }
div.DivClassName
{
background-color: #5F7AFA;
}
.BgClassName
{
background-color: #5F7AFA;
}
</style>
border-color css
<style>
span { border-color: #5F7AFA; }
span { border-color: rgb(95,122,250); }
td.TdClassName
{
border-color: #5F7AFA;
}
.TagClassName
{
border-color: #5F7AFA;
}
</style>