Shades of Cornflower Blue #5F85EE
Tints of Cornflower Blue #5F85EE
RGB
CMYK
RGB Variations
Color information
#5F85EE (or 0x5F85EE) is known color: Cornflower Blue. HEX triplet: 5F, 85 and EE. RGB value is (95,133,238). Sum of RGB (Red+Green+Blue) = 95+133+238=466 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.39% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F85EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F85EE is #A07A11. Grayscale: #858585. Windows color (decimal): -10517010 or 15631711. OLE color: 15631711.
HSL color Cylindrical-coordinate representation of color #5F85EE: hue angle of 224.06º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F85EE is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 133 | 238 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.07 |
| HSL | 224.06º | 0.81% | 0.65% | - |
| HSV(B) | 224.06º | 0.6% | 0.93% | - |
| XYZ | 28.54 | 25.38 | 84.28 | - |
| YUV | 133.61 | 186.91 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 133 | 238 | 0.60 | 0.44 | 0 | 0.07 | 224.06 | 0.81 | 0.65 |
| Hex | 5F | 85 | EE | 3C | 2C | 0 | 7 | E0 | 51 | 41 |
| Octal | 137 | 205 | 356 | 74 | 54 | 0 | 7 | 340 | 121 | 101 |
| Binary | 1011111 | 10000101 | 11101110 | 111100 | 101100 | 0 | 111 | 11100000 | 1010001 | 1000001 |
Color Harmonies of #5F85EE
Complementary color
Monochromatic Colors of #5F85EE
Black with #5F85EE
Text Example
Text Example
White with #5F85EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F85EE; }
p { color: rgb(95,133,238); }
H1.HeaderClassName
{
color: #5F85EE;
}
.AnyTagClassName
{
color: #5F85EE;
}
</style>
background-color css
<style>
a { background-color: #5F85EE; }
a { background-color: rgb(95,133,238); }
div.DivClassName
{
background-color: #5F85EE;
}
.BgClassName
{
background-color: #5F85EE;
}
</style>
border-color css
<style>
span { border-color: #5F85EE; }
span { border-color: rgb(95,133,238); }
td.TdClassName
{
border-color: #5F85EE;
}
.TagClassName
{
border-color: #5F85EE;
}
</style>