Shades of Cornflower Blue #548EDF
Tints of Cornflower Blue #548EDF
RGB
CMYK
RGB Variations
Color information
#548EDF (or 0x548EDF) is known color: Cornflower Blue. HEX triplet: 54, 8E and DF. RGB value is (84,142,223). Sum of RGB (Red+Green+Blue) = 84+142+223=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #548EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548EDF is #AB7120. Grayscale: #858585. Windows color (decimal): -11235617 or 14650964. OLE color: 14650964.
HSL color Cylindrical-coordinate representation of color #548EDF: hue angle of 214.96º degrees, saturation: 0.68, 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 #548EDF is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 142 | 223 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.13 |
| HSL | 214.96º | 0.68% | 0.6% | - |
| HSV(B) | 214.96º | 0.62% | 0.87% | - |
| XYZ | 26.65 | 26.56 | 73.53 | - |
| YUV | 133.89 | 178.28 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 142 | 223 | 0.62 | 0.36 | 0 | 0.13 | 214.96 | 0.68 | 0.6 |
| Hex | 54 | 8E | DF | 3E | 24 | 0 | D | D7 | 44 | 3C |
| Octal | 124 | 216 | 337 | 76 | 44 | 0 | 15 | 327 | 104 | 74 |
| Binary | 1010100 | 10001110 | 11011111 | 111110 | 100100 | 0 | 1101 | 11010111 | 1000100 | 111100 |
Color Harmonies of #548EDF
Complementary color
Monochromatic Colors of #548EDF
Black with #548EDF
Text Example
Text Example
White with #548EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548EDF; }
p { color: rgb(84,142,223); }
H1.HeaderClassName
{
color: #548EDF;
}
.AnyTagClassName
{
color: #548EDF;
}
</style>
background-color css
<style>
a { background-color: #548EDF; }
a { background-color: rgb(84,142,223); }
div.DivClassName
{
background-color: #548EDF;
}
.BgClassName
{
background-color: #548EDF;
}
</style>
border-color css
<style>
span { border-color: #548EDF; }
span { border-color: rgb(84,142,223); }
td.TdClassName
{
border-color: #548EDF;
}
.TagClassName
{
border-color: #548EDF;
}
</style>