Shades of Cornflower Blue #5498FE
Tints of Cornflower Blue #5498FE
RGB
CMYK
RGB Variations
Color information
#5498FE (or 0x5498FE) is known color: Cornflower Blue. HEX triplet: 54, 98 and FE. RGB value is (84,152,254). Sum of RGB (Red+Green+Blue) = 84+152+254=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #5498FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5498FE is #AB6701. Grayscale: #8E8E8E. Windows color (decimal): -11233026 or 16685140. OLE color: 16685140.
HSL color Cylindrical-coordinate representation of color #5498FE: hue angle of 216º 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 #5498FE is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 152 | 254 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.00 |
| HSL | 216º | 0.99% | 0.66% | - |
| HSV(B) | 216º | 0.67% | 1% | - |
| XYZ | 32.77 | 31.5 | 98.12 | - |
| YUV | 143.3 | 190.47 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 254 | 0.67 | 0.40 | 0 | 0.00 | 216 | 0.99 | 0.66 |
| Hex | 54 | 98 | FE | 43 | 28 | 0 | 0 | D8 | 63 | 42 |
| Octal | 124 | 230 | 376 | 103 | 50 | 0 | 0 | 330 | 143 | 102 |
| Binary | 1010100 | 10011000 | 11111110 | 1000011 | 101000 | 0 | 0 | 11011000 | 1100011 | 1000010 |
Color Harmonies of #5498FE
Complementary color
Monochromatic Colors of #5498FE
Black with #5498FE
Text Example
Text Example
White with #5498FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5498FE; }
p { color: rgb(84,152,254); }
H1.HeaderClassName
{
color: #5498FE;
}
.AnyTagClassName
{
color: #5498FE;
}
</style>
background-color css
<style>
a { background-color: #5498FE; }
a { background-color: rgb(84,152,254); }
div.DivClassName
{
background-color: #5498FE;
}
.BgClassName
{
background-color: #5498FE;
}
</style>
border-color css
<style>
span { border-color: #5498FE; }
span { border-color: rgb(84,152,254); }
td.TdClassName
{
border-color: #5498FE;
}
.TagClassName
{
border-color: #5498FE;
}
</style>