Shades of Cornflower Blue #548FE0
Tints of Cornflower Blue #548FE0
RGB
CMYK
RGB Variations
Color information
#548FE0 (or 0x548FE0) is known color: Cornflower Blue. HEX triplet: 54, 8F and E0. RGB value is (84,143,224). Sum of RGB (Red+Green+Blue) = 84+143+224=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #548FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548FE0 is #AB701F. Grayscale: #868686. Windows color (decimal): -11235360 or 14716756. OLE color: 14716756.
HSL color Cylindrical-coordinate representation of color #548FE0: hue angle of 214.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #548FE0 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 143 | 224 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.12 |
| HSL | 214.71º | 0.69% | 0.6% | - |
| HSV(B) | 214.71º | 0.63% | 0.88% | - |
| XYZ | 26.93 | 26.91 | 74.3 | - |
| YUV | 134.59 | 178.45 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 143 | 224 | 0.62 | 0.36 | 0 | 0.12 | 214.71 | 0.69 | 0.6 |
| Hex | 54 | 8F | E0 | 3E | 24 | 0 | C | D7 | 45 | 3C |
| Octal | 124 | 217 | 340 | 76 | 44 | 0 | 14 | 327 | 105 | 74 |
| Binary | 1010100 | 10001111 | 11100000 | 111110 | 100100 | 0 | 1100 | 11010111 | 1000101 | 111100 |
Color Harmonies of #548FE0
Complementary color
Monochromatic Colors of #548FE0
Black with #548FE0
Text Example
Text Example
White with #548FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548FE0; }
p { color: rgb(84,143,224); }
H1.HeaderClassName
{
color: #548FE0;
}
.AnyTagClassName
{
color: #548FE0;
}
</style>
background-color css
<style>
a { background-color: #548FE0; }
a { background-color: rgb(84,143,224); }
div.DivClassName
{
background-color: #548FE0;
}
.BgClassName
{
background-color: #548FE0;
}
</style>
border-color css
<style>
span { border-color: #548FE0; }
span { border-color: rgb(84,143,224); }
td.TdClassName
{
border-color: #548FE0;
}
.TagClassName
{
border-color: #548FE0;
}
</style>