Shades of Cornflower Blue #5F85FF
Tints of Cornflower Blue #5F85FF
RGB
CMYK
RGB Variations
Color information
#5F85FF (or 0x5F85FF) is known color: Cornflower Blue. HEX triplet: 5F, 85 and FF. RGB value is (95,133,255). Sum of RGB (Red+Green+Blue) = 95+133+255=483 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.67% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F85FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F85FF is #A07A00. Grayscale: #878787. Windows color (decimal): -10516993 or 16745823. OLE color: 16745823.
HSL color Cylindrical-coordinate representation of color #5F85FF: hue angle of 225.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F85FF is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 133 | 255 | - |
| CMYK | 0.63 | 0.48 | 0 | 0 |
| HSL | 225.75º | 1% | 0.69% | - |
| HSV(B) | 225.75º | 0.63% | 1% | - |
| XYZ | 31.16 | 26.43 | 98.07 | - |
| YUV | 135.55 | 195.41 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 133 | 255 | 0.63 | 0.48 | 0 | 0 | 225.75 | 1 | 0.69 |
| Hex | 5F | 85 | FF | 3F | 30 | 0 | 0 | E2 | 64 | 45 |
| Octal | 137 | 205 | 377 | 77 | 60 | 0 | 0 | 342 | 144 | 105 |
| Binary | 1011111 | 10000101 | 11111111 | 111111 | 110000 | 0 | 0 | 11100010 | 1100100 | 1000101 |
Color Harmonies of #5F85FF
Complementary color
Monochromatic Colors of #5F85FF
Black with #5F85FF
Text Example
Text Example
White with #5F85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F85FF; }
p { color: rgb(95,133,255); }
H1.HeaderClassName
{
color: #5F85FF;
}
.AnyTagClassName
{
color: #5F85FF;
}
</style>
background-color css
<style>
a { background-color: #5F85FF; }
a { background-color: rgb(95,133,255); }
div.DivClassName
{
background-color: #5F85FF;
}
.BgClassName
{
background-color: #5F85FF;
}
</style>
border-color css
<style>
span { border-color: #5F85FF; }
span { border-color: rgb(95,133,255); }
td.TdClassName
{
border-color: #5F85FF;
}
.TagClassName
{
border-color: #5F85FF;
}
</style>