Shades of Cornflower Blue #548EF2
Tints of Cornflower Blue #548EF2
RGB
CMYK
RGB Variations
Color information
#548EF2 (or 0x548EF2) is known color: Cornflower Blue. HEX triplet: 54, 8E and F2. RGB value is (84,142,242). Sum of RGB (Red+Green+Blue) = 84+142+242=468 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.95% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #548EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548EF2 is #AB710D. Grayscale: #878787. Windows color (decimal): -11235598 or 15896148. OLE color: 15896148.
HSL color Cylindrical-coordinate representation of color #548EF2: hue angle of 217.97º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #548EF2 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 142 | 242 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.05 |
| HSL | 217.97º | 0.86% | 0.64% | - |
| HSV(B) | 217.97º | 0.65% | 0.95% | - |
| XYZ | 29.36 | 27.64 | 87.79 | - |
| YUV | 136.06 | 187.78 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 142 | 242 | 0.65 | 0.41 | 0 | 0.05 | 217.97 | 0.86 | 0.64 |
| Hex | 54 | 8E | F2 | 41 | 29 | 0 | 5 | DA | 56 | 40 |
| Octal | 124 | 216 | 362 | 101 | 51 | 0 | 5 | 332 | 126 | 100 |
| Binary | 1010100 | 10001110 | 11110010 | 1000001 | 101001 | 0 | 101 | 11011010 | 1010110 | 1000000 |
Color Harmonies of #548EF2
Complementary color
Monochromatic Colors of #548EF2
Black with #548EF2
Text Example
Text Example
White with #548EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548EF2; }
p { color: rgb(84,142,242); }
H1.HeaderClassName
{
color: #548EF2;
}
.AnyTagClassName
{
color: #548EF2;
}
</style>
background-color css
<style>
a { background-color: #548EF2; }
a { background-color: rgb(84,142,242); }
div.DivClassName
{
background-color: #548EF2;
}
.BgClassName
{
background-color: #548EF2;
}
</style>
border-color css
<style>
span { border-color: #548EF2; }
span { border-color: rgb(84,142,242); }
td.TdClassName
{
border-color: #548EF2;
}
.TagClassName
{
border-color: #548EF2;
}
</style>