Shades of Cornflower Blue #5490F8
Tints of Cornflower Blue #5490F8
RGB
CMYK
RGB Variations
Color information
#5490F8 (or 0x5490F8) is known color: Cornflower Blue. HEX triplet: 54, 90 and F8. RGB value is (84,144,248). Sum of RGB (Red+Green+Blue) = 84+144+248=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #5490F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5490F8 is #AB6F07. Grayscale: #898989. Windows color (decimal): -11235080 or 16289876. OLE color: 16289876.
HSL color Cylindrical-coordinate representation of color #5490F8: hue angle of 218.05º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5490F8 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 144 | 248 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.03 |
| HSL | 218.05º | 0.92% | 0.65% | - |
| HSV(B) | 218.05º | 0.66% | 0.97% | - |
| XYZ | 30.57 | 28.61 | 92.72 | - |
| YUV | 137.92 | 190.12 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 248 | 0.66 | 0.42 | 0 | 0.03 | 218.05 | 0.92 | 0.65 |
| Hex | 54 | 90 | F8 | 42 | 2A | 0 | 3 | DA | 5C | 41 |
| Octal | 124 | 220 | 370 | 102 | 52 | 0 | 3 | 332 | 134 | 101 |
| Binary | 1010100 | 10010000 | 11111000 | 1000010 | 101010 | 0 | 11 | 11011010 | 1011100 | 1000001 |
Color Harmonies of #5490F8
Complementary color
Monochromatic Colors of #5490F8
Black with #5490F8
Text Example
Text Example
White with #5490F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5490F8; }
p { color: rgb(84,144,248); }
H1.HeaderClassName
{
color: #5490F8;
}
.AnyTagClassName
{
color: #5490F8;
}
</style>
background-color css
<style>
a { background-color: #5490F8; }
a { background-color: rgb(84,144,248); }
div.DivClassName
{
background-color: #5490F8;
}
.BgClassName
{
background-color: #5490F8;
}
</style>
border-color css
<style>
span { border-color: #5490F8; }
span { border-color: rgb(84,144,248); }
td.TdClassName
{
border-color: #5490F8;
}
.TagClassName
{
border-color: #5490F8;
}
</style>