Shades of Cornflower Blue #548AFE
Tints of Cornflower Blue #548AFE
RGB
CMYK
RGB Variations
Color information
#548AFE (or 0x548AFE) is known color: Cornflower Blue. HEX triplet: 54, 8A and FE. RGB value is (84,138,254). Sum of RGB (Red+Green+Blue) = 84+138+254=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #548AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548AFE is #AB7501. Grayscale: #868686. Windows color (decimal): -11236610 or 16681556. OLE color: 16681556.
HSL color Cylindrical-coordinate representation of color #548AFE: hue angle of 220.94º 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 #548AFE is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 138 | 254 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.00 |
| HSL | 220.94º | 0.99% | 0.66% | - |
| HSV(B) | 220.94º | 0.67% | 1% | - |
| XYZ | 30.63 | 27.22 | 97.4 | - |
| YUV | 135.08 | 195.11 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 254 | 0.67 | 0.46 | 0 | 0.00 | 220.94 | 0.99 | 0.66 |
| Hex | 54 | 8A | FE | 43 | 2E | 0 | 0 | DD | 63 | 42 |
| Octal | 124 | 212 | 376 | 103 | 56 | 0 | 0 | 335 | 143 | 102 |
| Binary | 1010100 | 10001010 | 11111110 | 1000011 | 101110 | 0 | 0 | 11011101 | 1100011 | 1000010 |
Color Harmonies of #548AFE
Complementary color
Monochromatic Colors of #548AFE
Black with #548AFE
Text Example
Text Example
White with #548AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548AFE; }
p { color: rgb(84,138,254); }
H1.HeaderClassName
{
color: #548AFE;
}
.AnyTagClassName
{
color: #548AFE;
}
</style>
background-color css
<style>
a { background-color: #548AFE; }
a { background-color: rgb(84,138,254); }
div.DivClassName
{
background-color: #548AFE;
}
.BgClassName
{
background-color: #548AFE;
}
</style>
border-color css
<style>
span { border-color: #548AFE; }
span { border-color: rgb(84,138,254); }
td.TdClassName
{
border-color: #548AFE;
}
.TagClassName
{
border-color: #548AFE;
}
</style>