Shades of Cornflower Blue #5585FF
Tints of Cornflower Blue #5585FF
RGB
CMYK
RGB Variations
Color information
#5585FF (or 0x5585FF) is known color: Cornflower Blue. HEX triplet: 55, 85 and FF. RGB value is (85,133,255). Sum of RGB (Red+Green+Blue) = 85+133+255=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #5585FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5585FF is #AA7A00. Grayscale: #848484. Windows color (decimal): -11172353 or 16745813. OLE color: 16745813.
HSL color Cylindrical-coordinate representation of color #5585FF: hue angle of 223.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5585FF is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 133 | 255 | - |
| CMYK | 0.67 | 0.48 | 0 | 0 |
| HSL | 223.06º | 1% | 0.67% | - |
| HSV(B) | 223.06º | 0.67% | 1% | - |
| XYZ | 30.18 | 25.93 | 98.02 | - |
| YUV | 132.56 | 197.1 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 255 | 0.67 | 0.48 | 0 | 0 | 223.06 | 1 | 0.67 |
| Hex | 55 | 85 | FF | 43 | 30 | 0 | 0 | DF | 64 | 43 |
| Octal | 125 | 205 | 377 | 103 | 60 | 0 | 0 | 337 | 144 | 103 |
| Binary | 1010101 | 10000101 | 11111111 | 1000011 | 110000 | 0 | 0 | 11011111 | 1100100 | 1000011 |
Color Harmonies of #5585FF
Complementary color
Monochromatic Colors of #5585FF
Black with #5585FF
Text Example
Text Example
White with #5585FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5585FF; }
p { color: rgb(85,133,255); }
H1.HeaderClassName
{
color: #5585FF;
}
.AnyTagClassName
{
color: #5585FF;
}
</style>
background-color css
<style>
a { background-color: #5585FF; }
a { background-color: rgb(85,133,255); }
div.DivClassName
{
background-color: #5585FF;
}
.BgClassName
{
background-color: #5585FF;
}
</style>
border-color css
<style>
span { border-color: #5585FF; }
span { border-color: rgb(85,133,255); }
td.TdClassName
{
border-color: #5585FF;
}
.TagClassName
{
border-color: #5585FF;
}
</style>