Shades of Cornflower Blue #5493FA
Tints of Cornflower Blue #5493FA
RGB
CMYK
RGB Variations
Color information
#5493FA (or 0x5493FA) is known color: Cornflower Blue. HEX triplet: 54, 93 and FA. RGB value is (84,147,250). Sum of RGB (Red+Green+Blue) = 84+147+250=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #5493FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5493FA is #AB6C05. Grayscale: #8B8B8B. Windows color (decimal): -11234310 or 16421716. OLE color: 16421716.
HSL color Cylindrical-coordinate representation of color #5493FA: hue angle of 217.23º 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 #5493FA is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 147 | 250 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.02 |
| HSL | 217.23º | 0.94% | 0.65% | - |
| HSV(B) | 217.23º | 0.66% | 0.98% | - |
| XYZ | 31.35 | 29.65 | 94.51 | - |
| YUV | 139.91 | 190.13 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 250 | 0.66 | 0.41 | 0 | 0.02 | 217.23 | 0.94 | 0.65 |
| Hex | 54 | 93 | FA | 42 | 29 | 0 | 2 | D9 | 5E | 41 |
| Octal | 124 | 223 | 372 | 102 | 51 | 0 | 2 | 331 | 136 | 101 |
| Binary | 1010100 | 10010011 | 11111010 | 1000010 | 101001 | 0 | 10 | 11011001 | 1011110 | 1000001 |
Color Harmonies of #5493FA
Complementary color
Monochromatic Colors of #5493FA
Black with #5493FA
Text Example
Text Example
White with #5493FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5493FA; }
p { color: rgb(84,147,250); }
H1.HeaderClassName
{
color: #5493FA;
}
.AnyTagClassName
{
color: #5493FA;
}
</style>
background-color css
<style>
a { background-color: #5493FA; }
a { background-color: rgb(84,147,250); }
div.DivClassName
{
background-color: #5493FA;
}
.BgClassName
{
background-color: #5493FA;
}
</style>
border-color css
<style>
span { border-color: #5493FA; }
span { border-color: rgb(84,147,250); }
td.TdClassName
{
border-color: #5493FA;
}
.TagClassName
{
border-color: #5493FA;
}
</style>