Shades of Cornflower Blue #5585FE
Tints of Cornflower Blue #5585FE
RGB
CMYK
RGB Variations
Color information
#5585FE (or 0x5585FE) is known color: Cornflower Blue. HEX triplet: 55, 85 and FE. RGB value is (85,133,254). Sum of RGB (Red+Green+Blue) = 85+133+254=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #5585FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5585FE is #AA7A01. Grayscale: #838383. Windows color (decimal): -11172354 or 16680277. OLE color: 16680277.
HSL color Cylindrical-coordinate representation of color #5585FE: hue angle of 222.96º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5585FE is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 133 | 254 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.00 |
| HSL | 222.96º | 0.99% | 0.66% | - |
| HSV(B) | 222.96º | 0.67% | 1% | - |
| XYZ | 30.02 | 25.86 | 97.18 | - |
| YUV | 132.44 | 196.6 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 254 | 0.67 | 0.48 | 0 | 0.00 | 222.96 | 0.99 | 0.66 |
| Hex | 55 | 85 | FE | 43 | 30 | 0 | 0 | DF | 63 | 42 |
| Octal | 125 | 205 | 376 | 103 | 60 | 0 | 0 | 337 | 143 | 102 |
| Binary | 1010101 | 10000101 | 11111110 | 1000011 | 110000 | 0 | 0 | 11011111 | 1100011 | 1000010 |
Color Harmonies of #5585FE
Complementary color
Monochromatic Colors of #5585FE
Black with #5585FE
Text Example
Text Example
White with #5585FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5585FE; }
p { color: rgb(85,133,254); }
H1.HeaderClassName
{
color: #5585FE;
}
.AnyTagClassName
{
color: #5585FE;
}
</style>
background-color css
<style>
a { background-color: #5585FE; }
a { background-color: rgb(85,133,254); }
div.DivClassName
{
background-color: #5585FE;
}
.BgClassName
{
background-color: #5585FE;
}
</style>
border-color css
<style>
span { border-color: #5585FE; }
span { border-color: rgb(85,133,254); }
td.TdClassName
{
border-color: #5585FE;
}
.TagClassName
{
border-color: #5585FE;
}
</style>