Shades of Cornflower Blue #5490FB
Tints of Cornflower Blue #5490FB
RGB
CMYK
RGB Variations
Color information
#5490FB (or 0x5490FB) is known color: Cornflower Blue. HEX triplet: 54, 90 and FB. RGB value is (84,144,251). Sum of RGB (Red+Green+Blue) = 84+144+251=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #5490FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5490FB is #AB6F04. Grayscale: #898989. Windows color (decimal): -11235077 or 16486484. OLE color: 16486484.
HSL color Cylindrical-coordinate representation of color #5490FB: hue angle of 218.44º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5490FB is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 144 | 251 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.02 |
| HSL | 218.44º | 0.95% | 0.66% | - |
| HSV(B) | 218.44º | 0.67% | 0.98% | - |
| XYZ | 31.04 | 28.8 | 95.19 | - |
| YUV | 138.26 | 191.62 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 251 | 0.67 | 0.43 | 0 | 0.02 | 218.44 | 0.95 | 0.66 |
| Hex | 54 | 90 | FB | 43 | 2B | 0 | 2 | DA | 5F | 42 |
| Octal | 124 | 220 | 373 | 103 | 53 | 0 | 2 | 332 | 137 | 102 |
| Binary | 1010100 | 10010000 | 11111011 | 1000011 | 101011 | 0 | 10 | 11011010 | 1011111 | 1000010 |
Color Harmonies of #5490FB
Complementary color
Monochromatic Colors of #5490FB
Black with #5490FB
Text Example
Text Example
White with #5490FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5490FB; }
p { color: rgb(84,144,251); }
H1.HeaderClassName
{
color: #5490FB;
}
.AnyTagClassName
{
color: #5490FB;
}
</style>
background-color css
<style>
a { background-color: #5490FB; }
a { background-color: rgb(84,144,251); }
div.DivClassName
{
background-color: #5490FB;
}
.BgClassName
{
background-color: #5490FB;
}
</style>
border-color css
<style>
span { border-color: #5490FB; }
span { border-color: rgb(84,144,251); }
td.TdClassName
{
border-color: #5490FB;
}
.TagClassName
{
border-color: #5490FB;
}
</style>