Shades of Cornflower Blue #548EDD
Tints of Cornflower Blue #548EDD
RGB
CMYK
RGB Variations
Color information
#548EDD (or 0x548EDD) is known color: Cornflower Blue. HEX triplet: 54, 8E and DD. RGB value is (84,142,221). Sum of RGB (Red+Green+Blue) = 84+142+221=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #548EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548EDD is #AB7122. Grayscale: #858585. Windows color (decimal): -11235619 or 14519892. OLE color: 14519892.
HSL color Cylindrical-coordinate representation of color #548EDD: hue angle of 214.6º 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 #548EDD is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 142 | 221 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.13 |
| HSL | 214.6º | 0.67% | 0.6% | - |
| HSV(B) | 214.6º | 0.62% | 0.87% | - |
| XYZ | 26.38 | 26.45 | 72.12 | - |
| YUV | 133.66 | 177.28 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 142 | 221 | 0.62 | 0.36 | 0 | 0.13 | 214.6 | 0.67 | 0.6 |
| Hex | 54 | 8E | DD | 3E | 24 | 0 | D | D7 | 43 | 3C |
| Octal | 124 | 216 | 335 | 76 | 44 | 0 | 15 | 327 | 103 | 74 |
| Binary | 1010100 | 10001110 | 11011101 | 111110 | 100100 | 0 | 1101 | 11010111 | 1000011 | 111100 |
Color Harmonies of #548EDD
Complementary color
Monochromatic Colors of #548EDD
Black with #548EDD
Text Example
Text Example
White with #548EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548EDD; }
p { color: rgb(84,142,221); }
H1.HeaderClassName
{
color: #548EDD;
}
.AnyTagClassName
{
color: #548EDD;
}
</style>
background-color css
<style>
a { background-color: #548EDD; }
a { background-color: rgb(84,142,221); }
div.DivClassName
{
background-color: #548EDD;
}
.BgClassName
{
background-color: #548EDD;
}
</style>
border-color css
<style>
span { border-color: #548EDD; }
span { border-color: rgb(84,142,221); }
td.TdClassName
{
border-color: #548EDD;
}
.TagClassName
{
border-color: #548EDD;
}
</style>