Shades of Cornflower Blue #5585FB
Tints of Cornflower Blue #5585FB
RGB
CMYK
RGB Variations
Color information
#5585FB (or 0x5585FB) is known color: Cornflower Blue. HEX triplet: 55, 85 and FB. RGB value is (85,133,251). Sum of RGB (Red+Green+Blue) = 85+133+251=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #5585FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5585FB is #AA7A04. Grayscale: #838383. Windows color (decimal): -11172357 or 16483669. OLE color: 16483669.
HSL color Cylindrical-coordinate representation of color #5585FB: hue angle of 222.65º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5585FB is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 133 | 251 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.02 |
| HSL | 222.65º | 0.95% | 0.66% | - |
| HSV(B) | 222.65º | 0.66% | 0.98% | - |
| XYZ | 29.55 | 25.67 | 94.66 | - |
| YUV | 132.1 | 195.1 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 251 | 0.66 | 0.47 | 0 | 0.02 | 222.65 | 0.95 | 0.66 |
| Hex | 55 | 85 | FB | 42 | 2F | 0 | 2 | DF | 5F | 42 |
| Octal | 125 | 205 | 373 | 102 | 57 | 0 | 2 | 337 | 137 | 102 |
| Binary | 1010101 | 10000101 | 11111011 | 1000010 | 101111 | 0 | 10 | 11011111 | 1011111 | 1000010 |
Color Harmonies of #5585FB
Complementary color
Monochromatic Colors of #5585FB
Black with #5585FB
Text Example
Text Example
White with #5585FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5585FB; }
p { color: rgb(85,133,251); }
H1.HeaderClassName
{
color: #5585FB;
}
.AnyTagClassName
{
color: #5585FB;
}
</style>
background-color css
<style>
a { background-color: #5585FB; }
a { background-color: rgb(85,133,251); }
div.DivClassName
{
background-color: #5585FB;
}
.BgClassName
{
background-color: #5585FB;
}
</style>
border-color css
<style>
span { border-color: #5585FB; }
span { border-color: rgb(85,133,251); }
td.TdClassName
{
border-color: #5585FB;
}
.TagClassName
{
border-color: #5585FB;
}
</style>