Shades of Cornflower Blue #548FE7
Tints of Cornflower Blue #548FE7
RGB
CMYK
RGB Variations
Color information
#548FE7 (or 0x548FE7) is known color: Cornflower Blue. HEX triplet: 54, 8F and E7. RGB value is (84,143,231). Sum of RGB (Red+Green+Blue) = 84+143+231=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #548FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548FE7 is #AB7018. Grayscale: #868686. Windows color (decimal): -11235353 or 15175508. OLE color: 15175508.
HSL color Cylindrical-coordinate representation of color #548FE7: hue angle of 215.92º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #548FE7 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 143 | 231 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.09 |
| HSL | 215.92º | 0.75% | 0.62% | - |
| HSV(B) | 215.92º | 0.64% | 0.91% | - |
| XYZ | 27.9 | 27.3 | 79.4 | - |
| YUV | 135.39 | 181.95 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 143 | 231 | 0.64 | 0.38 | 0 | 0.09 | 215.92 | 0.75 | 0.62 |
| Hex | 54 | 8F | E7 | 40 | 26 | 0 | 9 | D8 | 4B | 3E |
| Octal | 124 | 217 | 347 | 100 | 46 | 0 | 11 | 330 | 113 | 76 |
| Binary | 1010100 | 10001111 | 11100111 | 1000000 | 100110 | 0 | 1001 | 11011000 | 1001011 | 111110 |
Color Harmonies of #548FE7
Complementary color
Monochromatic Colors of #548FE7
Black with #548FE7
Text Example
Text Example
White with #548FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548FE7; }
p { color: rgb(84,143,231); }
H1.HeaderClassName
{
color: #548FE7;
}
.AnyTagClassName
{
color: #548FE7;
}
</style>
background-color css
<style>
a { background-color: #548FE7; }
a { background-color: rgb(84,143,231); }
div.DivClassName
{
background-color: #548FE7;
}
.BgClassName
{
background-color: #548FE7;
}
</style>
border-color css
<style>
span { border-color: #548FE7; }
span { border-color: rgb(84,143,231); }
td.TdClassName
{
border-color: #548FE7;
}
.TagClassName
{
border-color: #548FE7;
}
</style>