Shades of Cornflower Blue #5499FA
Tints of Cornflower Blue #5499FA
RGB
CMYK
RGB Variations
Color information
#5499FA (or 0x5499FA) is known color: Cornflower Blue. HEX triplet: 54, 99 and FA. RGB value is (84,153,250). Sum of RGB (Red+Green+Blue) = 84+153+250=487 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.25% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #5499FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5499FA is #AB6605. Grayscale: #8E8E8E. Windows color (decimal): -11232774 or 16423252. OLE color: 16423252.
HSL color Cylindrical-coordinate representation of color #5499FA: hue angle of 215.06º 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 #5499FA is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 153 | 250 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.02 |
| HSL | 215.06º | 0.94% | 0.65% | - |
| HSV(B) | 215.06º | 0.66% | 0.98% | - |
| XYZ | 32.3 | 31.57 | 94.83 | - |
| YUV | 143.43 | 188.14 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 250 | 0.66 | 0.39 | 0 | 0.02 | 215.06 | 0.94 | 0.65 |
| Hex | 54 | 99 | FA | 42 | 27 | 0 | 2 | D7 | 5E | 41 |
| Octal | 124 | 231 | 372 | 102 | 47 | 0 | 2 | 327 | 136 | 101 |
| Binary | 1010100 | 10011001 | 11111010 | 1000010 | 100111 | 0 | 10 | 11010111 | 1011110 | 1000001 |
Color Harmonies of #5499FA
Complementary color
Monochromatic Colors of #5499FA
Black with #5499FA
Text Example
Text Example
White with #5499FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5499FA; }
p { color: rgb(84,153,250); }
H1.HeaderClassName
{
color: #5499FA;
}
.AnyTagClassName
{
color: #5499FA;
}
</style>
background-color css
<style>
a { background-color: #5499FA; }
a { background-color: rgb(84,153,250); }
div.DivClassName
{
background-color: #5499FA;
}
.BgClassName
{
background-color: #5499FA;
}
</style>
border-color css
<style>
span { border-color: #5499FA; }
span { border-color: rgb(84,153,250); }
td.TdClassName
{
border-color: #5499FA;
}
.TagClassName
{
border-color: #5499FA;
}
</style>