Shades of Cornflower Blue #5F7CEF
Tints of Cornflower Blue #5F7CEF
RGB
CMYK
RGB Variations
Color information
#5F7CEF (or 0x5F7CEF) is known color: Cornflower Blue. HEX triplet: 5F, 7C and EF. RGB value is (95,124,239). Sum of RGB (Red+Green+Blue) = 95+124+239=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #5F7CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F7CEF is #A08310. Grayscale: #7F7F7F. Windows color (decimal): -10519313 or 15694943. OLE color: 15694943.
HSL color Cylindrical-coordinate representation of color #5F7CEF: hue angle of 227.92º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F7CEF is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 124 | 239 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.06 |
| HSL | 227.92º | 0.82% | 0.65% | - |
| HSV(B) | 227.92º | 0.6% | 0.94% | - |
| XYZ | 27.51 | 23.08 | 84.67 | - |
| YUV | 128.44 | 190.39 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 124 | 239 | 0.60 | 0.48 | 0 | 0.06 | 227.92 | 0.82 | 0.65 |
| Hex | 5F | 7C | EF | 3C | 30 | 0 | 6 | E4 | 52 | 41 |
| Octal | 137 | 174 | 357 | 74 | 60 | 0 | 6 | 344 | 122 | 101 |
| Binary | 1011111 | 1111100 | 11101111 | 111100 | 110000 | 0 | 110 | 11100100 | 1010010 | 1000001 |
Color Harmonies of #5F7CEF
Complementary color
Monochromatic Colors of #5F7CEF
Black with #5F7CEF
Text Example
Text Example
White with #5F7CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7CEF; }
p { color: rgb(95,124,239); }
H1.HeaderClassName
{
color: #5F7CEF;
}
.AnyTagClassName
{
color: #5F7CEF;
}
</style>
background-color css
<style>
a { background-color: #5F7CEF; }
a { background-color: rgb(95,124,239); }
div.DivClassName
{
background-color: #5F7CEF;
}
.BgClassName
{
background-color: #5F7CEF;
}
</style>
border-color css
<style>
span { border-color: #5F7CEF; }
span { border-color: rgb(95,124,239); }
td.TdClassName
{
border-color: #5F7CEF;
}
.TagClassName
{
border-color: #5F7CEF;
}
</style>