Shades of Cornflower Blue #548CEF
Tints of Cornflower Blue #548CEF
RGB
CMYK
RGB Variations
Color information
#548CEF (or 0x548CEF) is known color: Cornflower Blue. HEX triplet: 54, 8C and EF. RGB value is (84,140,239). Sum of RGB (Red+Green+Blue) = 84+140+239=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #548CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548CEF is #AB7310. Grayscale: #868686. Windows color (decimal): -11236113 or 15699028. OLE color: 15699028.
HSL color Cylindrical-coordinate representation of color #548CEF: hue angle of 218.32º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #548CEF is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 140 | 239 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.06 |
| HSL | 218.32º | 0.83% | 0.63% | - |
| HSV(B) | 218.32º | 0.65% | 0.94% | - |
| XYZ | 28.61 | 26.87 | 85.34 | - |
| YUV | 134.54 | 186.95 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 140 | 239 | 0.65 | 0.41 | 0 | 0.06 | 218.32 | 0.83 | 0.63 |
| Hex | 54 | 8C | EF | 41 | 29 | 0 | 6 | DA | 53 | 3F |
| Octal | 124 | 214 | 357 | 101 | 51 | 0 | 6 | 332 | 123 | 77 |
| Binary | 1010100 | 10001100 | 11101111 | 1000001 | 101001 | 0 | 110 | 11011010 | 1010011 | 111111 |
Color Harmonies of #548CEF
Complementary color
Monochromatic Colors of #548CEF
Black with #548CEF
Text Example
Text Example
White with #548CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548CEF; }
p { color: rgb(84,140,239); }
H1.HeaderClassName
{
color: #548CEF;
}
.AnyTagClassName
{
color: #548CEF;
}
</style>
background-color css
<style>
a { background-color: #548CEF; }
a { background-color: rgb(84,140,239); }
div.DivClassName
{
background-color: #548CEF;
}
.BgClassName
{
background-color: #548CEF;
}
</style>
border-color css
<style>
span { border-color: #548CEF; }
span { border-color: rgb(84,140,239); }
td.TdClassName
{
border-color: #548CEF;
}
.TagClassName
{
border-color: #548CEF;
}
</style>