Shades of Cornflower Blue #5486DD
Tints of Cornflower Blue #5486DD
RGB
CMYK
RGB Variations
Color information
#5486DD (or 0x5486DD) is known color: Cornflower Blue. HEX triplet: 54, 86 and DD. RGB value is (84,134,221). Sum of RGB (Red+Green+Blue) = 84+134+221=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #5486DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5486DD is #AB7922. Grayscale: #808080. Windows color (decimal): -11237667 or 14517844. OLE color: 14517844.
HSL color Cylindrical-coordinate representation of color #5486DD: hue angle of 218.1º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5486DD is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 134 | 221 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.13 |
| HSL | 218.1º | 0.67% | 0.6% | - |
| HSV(B) | 218.1º | 0.62% | 0.87% | - |
| XYZ | 25.23 | 24.16 | 71.74 | - |
| YUV | 128.97 | 179.94 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 221 | 0.62 | 0.39 | 0 | 0.13 | 218.1 | 0.67 | 0.6 |
| Hex | 54 | 86 | DD | 3E | 27 | 0 | D | DA | 43 | 3C |
| Octal | 124 | 206 | 335 | 76 | 47 | 0 | 15 | 332 | 103 | 74 |
| Binary | 1010100 | 10000110 | 11011101 | 111110 | 100111 | 0 | 1101 | 11011010 | 1000011 | 111100 |
Color Harmonies of #5486DD
Complementary color
Monochromatic Colors of #5486DD
Black with #5486DD
Text Example
Text Example
White with #5486DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5486DD; }
p { color: rgb(84,134,221); }
H1.HeaderClassName
{
color: #5486DD;
}
.AnyTagClassName
{
color: #5486DD;
}
</style>
background-color css
<style>
a { background-color: #5486DD; }
a { background-color: rgb(84,134,221); }
div.DivClassName
{
background-color: #5486DD;
}
.BgClassName
{
background-color: #5486DD;
}
</style>
border-color css
<style>
span { border-color: #5486DD; }
span { border-color: rgb(84,134,221); }
td.TdClassName
{
border-color: #5486DD;
}
.TagClassName
{
border-color: #5486DD;
}
</style>