Shades of Cornflower Blue #5490FD
Tints of Cornflower Blue #5490FD
RGB
CMYK
RGB Variations
Color information
#5490FD (or 0x5490FD) is known color: Cornflower Blue. HEX triplet: 54, 90 and FD. RGB value is (84,144,253). Sum of RGB (Red+Green+Blue) = 84+144+253=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #5490FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5490FD is #AB6F02. Grayscale: #898989. Windows color (decimal): -11235075 or 16617556. OLE color: 16617556.
HSL color Cylindrical-coordinate representation of color #5490FD: hue angle of 218.7º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5490FD is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 144 | 253 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.01 |
| HSL | 218.7º | 0.98% | 0.66% | - |
| HSV(B) | 218.7º | 0.67% | 0.99% | - |
| XYZ | 31.36 | 28.92 | 96.86 | - |
| YUV | 138.49 | 192.62 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 253 | 0.67 | 0.43 | 0 | 0.01 | 218.7 | 0.98 | 0.66 |
| Hex | 54 | 90 | FD | 43 | 2B | 0 | 1 | DB | 62 | 42 |
| Octal | 124 | 220 | 375 | 103 | 53 | 0 | 1 | 333 | 142 | 102 |
| Binary | 1010100 | 10010000 | 11111101 | 1000011 | 101011 | 0 | 1 | 11011011 | 1100010 | 1000010 |
Color Harmonies of #5490FD
Complementary color
Monochromatic Colors of #5490FD
Black with #5490FD
Text Example
Text Example
White with #5490FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5490FD; }
p { color: rgb(84,144,253); }
H1.HeaderClassName
{
color: #5490FD;
}
.AnyTagClassName
{
color: #5490FD;
}
</style>
background-color css
<style>
a { background-color: #5490FD; }
a { background-color: rgb(84,144,253); }
div.DivClassName
{
background-color: #5490FD;
}
.BgClassName
{
background-color: #5490FD;
}
</style>
border-color css
<style>
span { border-color: #5490FD; }
span { border-color: rgb(84,144,253); }
td.TdClassName
{
border-color: #5490FD;
}
.TagClassName
{
border-color: #5490FD;
}
</style>