Shades of Cornflower Blue #5496ED
Tints of Cornflower Blue #5496ED
RGB
CMYK
RGB Variations
Color information
#5496ED (or 0x5496ED) is known color: Cornflower Blue. HEX triplet: 54, 96 and ED. RGB value is (84,150,237). Sum of RGB (Red+Green+Blue) = 84+150+237=471 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.83% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #5496ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5496ED is #AB6912. Grayscale: #8B8B8B. Windows color (decimal): -11233555 or 15570516. OLE color: 15570516.
HSL color Cylindrical-coordinate representation of color #5496ED: hue angle of 214.12º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5496ED is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 150 | 237 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.07 |
| HSL | 214.12º | 0.81% | 0.63% | - |
| HSV(B) | 214.12º | 0.65% | 0.93% | - |
| XYZ | 29.85 | 29.81 | 84.3 | - |
| YUV | 140.18 | 182.63 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 150 | 237 | 0.65 | 0.37 | 0 | 0.07 | 214.12 | 0.81 | 0.63 |
| Hex | 54 | 96 | ED | 41 | 25 | 0 | 7 | D6 | 51 | 3F |
| Octal | 124 | 226 | 355 | 101 | 45 | 0 | 7 | 326 | 121 | 77 |
| Binary | 1010100 | 10010110 | 11101101 | 1000001 | 100101 | 0 | 111 | 11010110 | 1010001 | 111111 |
Color Harmonies of #5496ED
Complementary color
Monochromatic Colors of #5496ED
Black with #5496ED
Text Example
Text Example
White with #5496ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5496ED; }
p { color: rgb(84,150,237); }
H1.HeaderClassName
{
color: #5496ED;
}
.AnyTagClassName
{
color: #5496ED;
}
</style>
background-color css
<style>
a { background-color: #5496ED; }
a { background-color: rgb(84,150,237); }
div.DivClassName
{
background-color: #5496ED;
}
.BgClassName
{
background-color: #5496ED;
}
</style>
border-color css
<style>
span { border-color: #5496ED; }
span { border-color: rgb(84,150,237); }
td.TdClassName
{
border-color: #5496ED;
}
.TagClassName
{
border-color: #5496ED;
}
</style>