Shades of Cornflower Blue #548FFE
Tints of Cornflower Blue #548FFE
RGB
CMYK
RGB Variations
Color information
#548FFE (or 0x548FFE) is known color: Cornflower Blue. HEX triplet: 54, 8F and FE. RGB value is (84,143,254). Sum of RGB (Red+Green+Blue) = 84+143+254=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #548FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548FFE is #AB7001. Grayscale: #898989. Windows color (decimal): -11235330 or 16682836. OLE color: 16682836.
HSL color Cylindrical-coordinate representation of color #548FFE: hue angle of 219.18º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #548FFE is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 143 | 254 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.00 |
| HSL | 219.18º | 0.99% | 0.66% | - |
| HSV(B) | 219.18º | 0.67% | 1% | - |
| XYZ | 31.37 | 28.69 | 97.65 | - |
| YUV | 138.01 | 193.45 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 143 | 254 | 0.67 | 0.44 | 0 | 0.00 | 219.18 | 0.99 | 0.66 |
| Hex | 54 | 8F | FE | 43 | 2C | 0 | 0 | DB | 63 | 42 |
| Octal | 124 | 217 | 376 | 103 | 54 | 0 | 0 | 333 | 143 | 102 |
| Binary | 1010100 | 10001111 | 11111110 | 1000011 | 101100 | 0 | 0 | 11011011 | 1100011 | 1000010 |
Color Harmonies of #548FFE
Complementary color
Monochromatic Colors of #548FFE
Black with #548FFE
Text Example
Text Example
White with #548FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548FFE; }
p { color: rgb(84,143,254); }
H1.HeaderClassName
{
color: #548FFE;
}
.AnyTagClassName
{
color: #548FFE;
}
</style>
background-color css
<style>
a { background-color: #548FFE; }
a { background-color: rgb(84,143,254); }
div.DivClassName
{
background-color: #548FFE;
}
.BgClassName
{
background-color: #548FFE;
}
</style>
border-color css
<style>
span { border-color: #548FFE; }
span { border-color: rgb(84,143,254); }
td.TdClassName
{
border-color: #548FFE;
}
.TagClassName
{
border-color: #548FFE;
}
</style>