Shades of Cornflower Blue #5885F0
Tints of Cornflower Blue #5885F0
RGB
CMYK
RGB Variations
Color information
#5885F0 (or 0x5885F0) is known color: Cornflower Blue. HEX triplet: 58, 85 and F0. RGB value is (88,133,240). Sum of RGB (Red+Green+Blue) = 88+133+240=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #5885F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5885F0 is #A77A0F. Grayscale: #838383. Windows color (decimal): -10975760 or 15762776. OLE color: 15762776.
HSL color Cylindrical-coordinate representation of color #5885F0: hue angle of 222.24º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5885F0 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 133 | 240 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.06 |
| HSL | 222.24º | 0.84% | 0.64% | - |
| HSV(B) | 222.24º | 0.63% | 0.94% | - |
| XYZ | 28.14 | 25.14 | 85.81 | - |
| YUV | 131.74 | 189.09 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 133 | 240 | 0.63 | 0.45 | 0 | 0.06 | 222.24 | 0.84 | 0.64 |
| Hex | 58 | 85 | F0 | 3F | 2D | 0 | 6 | DE | 54 | 40 |
| Octal | 130 | 205 | 360 | 77 | 55 | 0 | 6 | 336 | 124 | 100 |
| Binary | 1011000 | 10000101 | 11110000 | 111111 | 101101 | 0 | 110 | 11011110 | 1010100 | 1000000 |
Color Harmonies of #5885F0
Complementary color
Monochromatic Colors of #5885F0
Black with #5885F0
Text Example
Text Example
White with #5885F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5885F0; }
p { color: rgb(88,133,240); }
H1.HeaderClassName
{
color: #5885F0;
}
.AnyTagClassName
{
color: #5885F0;
}
</style>
background-color css
<style>
a { background-color: #5885F0; }
a { background-color: rgb(88,133,240); }
div.DivClassName
{
background-color: #5885F0;
}
.BgClassName
{
background-color: #5885F0;
}
</style>
border-color css
<style>
span { border-color: #5885F0; }
span { border-color: rgb(88,133,240); }
td.TdClassName
{
border-color: #5885F0;
}
.TagClassName
{
border-color: #5885F0;
}
</style>