Shades of Cornflower Blue #5493FF
Tints of Cornflower Blue #5493FF
RGB
CMYK
RGB Variations
Color information
#5493FF (or 0x5493FF) is known color: Cornflower Blue. HEX triplet: 54, 93 and FF. RGB value is (84,147,255). Sum of RGB (Red+Green+Blue) = 84+147+255=486 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.28% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #5493FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5493FF is #AB6C00. Grayscale: #8B8B8B. Windows color (decimal): -11234305 or 16749396. OLE color: 16749396.
HSL color Cylindrical-coordinate representation of color #5493FF: hue angle of 217.89º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5493FF is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 147 | 255 | - |
| CMYK | 0.67 | 0.42 | 0 | 0 |
| HSL | 217.89º | 1% | 0.66% | - |
| HSV(B) | 217.89º | 0.67% | 1% | - |
| XYZ | 32.14 | 29.97 | 98.7 | - |
| YUV | 140.48 | 192.63 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 255 | 0.67 | 0.42 | 0 | 0 | 217.89 | 1 | 0.66 |
| Hex | 54 | 93 | FF | 43 | 2A | 0 | 0 | DA | 64 | 42 |
| Octal | 124 | 223 | 377 | 103 | 52 | 0 | 0 | 332 | 144 | 102 |
| Binary | 1010100 | 10010011 | 11111111 | 1000011 | 101010 | 0 | 0 | 11011010 | 1100100 | 1000010 |
Color Harmonies of #5493FF
Complementary color
Monochromatic Colors of #5493FF
Black with #5493FF
Text Example
Text Example
White with #5493FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5493FF; }
p { color: rgb(84,147,255); }
H1.HeaderClassName
{
color: #5493FF;
}
.AnyTagClassName
{
color: #5493FF;
}
</style>
background-color css
<style>
a { background-color: #5493FF; }
a { background-color: rgb(84,147,255); }
div.DivClassName
{
background-color: #5493FF;
}
.BgClassName
{
background-color: #5493FF;
}
</style>
border-color css
<style>
span { border-color: #5493FF; }
span { border-color: rgb(84,147,255); }
td.TdClassName
{
border-color: #5493FF;
}
.TagClassName
{
border-color: #5493FF;
}
</style>