Shades of Cornflower Blue #5491DD
Tints of Cornflower Blue #5491DD
RGB
CMYK
RGB Variations
Color information
#5491DD (or 0x5491DD) is known color: Cornflower Blue. HEX triplet: 54, 91 and DD. RGB value is (84,145,221). Sum of RGB (Red+Green+Blue) = 84+145+221=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #5491DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5491DD is #AB6E22. Grayscale: #878787. Windows color (decimal): -11234851 or 14520660. OLE color: 14520660.
HSL color Cylindrical-coordinate representation of color #5491DD: hue angle of 213.28º 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 #5491DD is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 145 | 221 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.13 |
| HSL | 213.28º | 0.67% | 0.6% | - |
| HSV(B) | 213.28º | 0.62% | 0.87% | - |
| XYZ | 26.83 | 27.36 | 72.27 | - |
| YUV | 135.43 | 176.29 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 221 | 0.62 | 0.34 | 0 | 0.13 | 213.28 | 0.67 | 0.6 |
| Hex | 54 | 91 | DD | 3E | 22 | 0 | D | D5 | 43 | 3C |
| Octal | 124 | 221 | 335 | 76 | 42 | 0 | 15 | 325 | 103 | 74 |
| Binary | 1010100 | 10010001 | 11011101 | 111110 | 100010 | 0 | 1101 | 11010101 | 1000011 | 111100 |
Color Harmonies of #5491DD
Complementary color
Monochromatic Colors of #5491DD
Black with #5491DD
Text Example
Text Example
White with #5491DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5491DD; }
p { color: rgb(84,145,221); }
H1.HeaderClassName
{
color: #5491DD;
}
.AnyTagClassName
{
color: #5491DD;
}
</style>
background-color css
<style>
a { background-color: #5491DD; }
a { background-color: rgb(84,145,221); }
div.DivClassName
{
background-color: #5491DD;
}
.BgClassName
{
background-color: #5491DD;
}
</style>
border-color css
<style>
span { border-color: #5491DD; }
span { border-color: rgb(84,145,221); }
td.TdClassName
{
border-color: #5491DD;
}
.TagClassName
{
border-color: #5491DD;
}
</style>