Shades of Cornflower Blue #5490FA
Tints of Cornflower Blue #5490FA
RGB
CMYK
RGB Variations
Color information
#5490FA (or 0x5490FA) is known color: Cornflower Blue. HEX triplet: 54, 90 and FA. RGB value is (84,144,250). Sum of RGB (Red+Green+Blue) = 84+144+250=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #5490FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5490FA is #AB6F05. Grayscale: #898989. Windows color (decimal): -11235078 or 16420948. OLE color: 16420948.
HSL color Cylindrical-coordinate representation of color #5490FA: hue angle of 218.31º 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 #5490FA is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 144 | 250 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.02 |
| HSL | 218.31º | 0.94% | 0.65% | - |
| HSV(B) | 218.31º | 0.66% | 0.98% | - |
| XYZ | 30.88 | 28.73 | 94.36 | - |
| YUV | 138.14 | 191.12 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 250 | 0.66 | 0.42 | 0 | 0.02 | 218.31 | 0.94 | 0.65 |
| Hex | 54 | 90 | FA | 42 | 2A | 0 | 2 | DA | 5E | 41 |
| Octal | 124 | 220 | 372 | 102 | 52 | 0 | 2 | 332 | 136 | 101 |
| Binary | 1010100 | 10010000 | 11111010 | 1000010 | 101010 | 0 | 10 | 11011010 | 1011110 | 1000001 |
Color Harmonies of #5490FA
Complementary color
Monochromatic Colors of #5490FA
Black with #5490FA
Text Example
Text Example
White with #5490FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5490FA; }
p { color: rgb(84,144,250); }
H1.HeaderClassName
{
color: #5490FA;
}
.AnyTagClassName
{
color: #5490FA;
}
</style>
background-color css
<style>
a { background-color: #5490FA; }
a { background-color: rgb(84,144,250); }
div.DivClassName
{
background-color: #5490FA;
}
.BgClassName
{
background-color: #5490FA;
}
</style>
border-color css
<style>
span { border-color: #5490FA; }
span { border-color: rgb(84,144,250); }
td.TdClassName
{
border-color: #5490FA;
}
.TagClassName
{
border-color: #5490FA;
}
</style>