Shades of Cornflower Blue #5495FA
Tints of Cornflower Blue #5495FA
RGB
CMYK
RGB Variations
Color information
#5495FA (or 0x5495FA) is known color: Cornflower Blue. HEX triplet: 54, 95 and FA. RGB value is (84,149,250). Sum of RGB (Red+Green+Blue) = 84+149+250=483 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.39% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #5495FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5495FA is #AB6A05. Grayscale: #8C8C8C. Windows color (decimal): -11233798 or 16422228. OLE color: 16422228.
HSL color Cylindrical-coordinate representation of color #5495FA: hue angle of 216.51º 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 #5495FA is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 149 | 250 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.02 |
| HSL | 216.51º | 0.94% | 0.65% | - |
| HSV(B) | 216.51º | 0.66% | 0.98% | - |
| XYZ | 31.66 | 30.28 | 94.62 | - |
| YUV | 141.08 | 189.47 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 250 | 0.66 | 0.40 | 0 | 0.02 | 216.51 | 0.94 | 0.65 |
| Hex | 54 | 95 | FA | 42 | 28 | 0 | 2 | D9 | 5E | 41 |
| Octal | 124 | 225 | 372 | 102 | 50 | 0 | 2 | 331 | 136 | 101 |
| Binary | 1010100 | 10010101 | 11111010 | 1000010 | 101000 | 0 | 10 | 11011001 | 1011110 | 1000001 |
Color Harmonies of #5495FA
Complementary color
Monochromatic Colors of #5495FA
Black with #5495FA
Text Example
Text Example
White with #5495FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5495FA; }
p { color: rgb(84,149,250); }
H1.HeaderClassName
{
color: #5495FA;
}
.AnyTagClassName
{
color: #5495FA;
}
</style>
background-color css
<style>
a { background-color: #5495FA; }
a { background-color: rgb(84,149,250); }
div.DivClassName
{
background-color: #5495FA;
}
.BgClassName
{
background-color: #5495FA;
}
</style>
border-color css
<style>
span { border-color: #5495FA; }
span { border-color: rgb(84,149,250); }
td.TdClassName
{
border-color: #5495FA;
}
.TagClassName
{
border-color: #5495FA;
}
</style>