Shades of Cornflower Blue #548FE1
Tints of Cornflower Blue #548FE1
RGB
CMYK
RGB Variations
Color information
#548FE1 (or 0x548FE1) is known color: Cornflower Blue. HEX triplet: 54, 8F and E1. RGB value is (84,143,225). Sum of RGB (Red+Green+Blue) = 84+143+225=452 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.58% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #548FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548FE1 is #AB701E. Grayscale: #868686. Windows color (decimal): -11235359 or 14782292. OLE color: 14782292.
HSL color Cylindrical-coordinate representation of color #548FE1: hue angle of 214.89º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #548FE1 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 143 | 225 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.12 |
| HSL | 214.89º | 0.7% | 0.61% | - |
| HSV(B) | 214.89º | 0.63% | 0.88% | - |
| XYZ | 27.07 | 26.97 | 75.01 | - |
| YUV | 134.71 | 178.95 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 143 | 225 | 0.63 | 0.36 | 0 | 0.12 | 214.89 | 0.7 | 0.61 |
| Hex | 54 | 8F | E1 | 3F | 24 | 0 | C | D7 | 46 | 3D |
| Octal | 124 | 217 | 341 | 77 | 44 | 0 | 14 | 327 | 106 | 75 |
| Binary | 1010100 | 10001111 | 11100001 | 111111 | 100100 | 0 | 1100 | 11010111 | 1000110 | 111101 |
Color Harmonies of #548FE1
Complementary color
Monochromatic Colors of #548FE1
Black with #548FE1
Text Example
Text Example
White with #548FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548FE1; }
p { color: rgb(84,143,225); }
H1.HeaderClassName
{
color: #548FE1;
}
.AnyTagClassName
{
color: #548FE1;
}
</style>
background-color css
<style>
a { background-color: #548FE1; }
a { background-color: rgb(84,143,225); }
div.DivClassName
{
background-color: #548FE1;
}
.BgClassName
{
background-color: #548FE1;
}
</style>
border-color css
<style>
span { border-color: #548FE1; }
span { border-color: rgb(84,143,225); }
td.TdClassName
{
border-color: #548FE1;
}
.TagClassName
{
border-color: #548FE1;
}
</style>