Shades of Cornflower Blue #5498FA
Tints of Cornflower Blue #5498FA
RGB
CMYK
RGB Variations
Color information
#5498FA (or 0x5498FA) is known color: Cornflower Blue. HEX triplet: 54, 98 and FA. RGB value is (84,152,250). Sum of RGB (Red+Green+Blue) = 84+152+250=486 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.28% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #5498FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5498FA is #AB6705. Grayscale: #8E8E8E. Windows color (decimal): -11233030 or 16422996. OLE color: 16422996.
HSL color Cylindrical-coordinate representation of color #5498FA: hue angle of 215.42º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5498FA is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 152 | 250 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.02 |
| HSL | 215.42º | 0.94% | 0.65% | - |
| HSV(B) | 215.42º | 0.66% | 0.98% | - |
| XYZ | 32.14 | 31.24 | 94.78 | - |
| YUV | 142.84 | 188.47 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 250 | 0.66 | 0.39 | 0 | 0.02 | 215.42 | 0.94 | 0.65 |
| Hex | 54 | 98 | FA | 42 | 27 | 0 | 2 | D7 | 5E | 41 |
| Octal | 124 | 230 | 372 | 102 | 47 | 0 | 2 | 327 | 136 | 101 |
| Binary | 1010100 | 10011000 | 11111010 | 1000010 | 100111 | 0 | 10 | 11010111 | 1011110 | 1000001 |
Color Harmonies of #5498FA
Complementary color
Monochromatic Colors of #5498FA
Black with #5498FA
Text Example
Text Example
White with #5498FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5498FA; }
p { color: rgb(84,152,250); }
H1.HeaderClassName
{
color: #5498FA;
}
.AnyTagClassName
{
color: #5498FA;
}
</style>
background-color css
<style>
a { background-color: #5498FA; }
a { background-color: rgb(84,152,250); }
div.DivClassName
{
background-color: #5498FA;
}
.BgClassName
{
background-color: #5498FA;
}
</style>
border-color css
<style>
span { border-color: #5498FA; }
span { border-color: rgb(84,152,250); }
td.TdClassName
{
border-color: #5498FA;
}
.TagClassName
{
border-color: #5498FA;
}
</style>