Shades of Cornflower Blue #5495F9
Tints of Cornflower Blue #5495F9
RGB
CMYK
RGB Variations
Color information
#5495F9 (or 0x5495F9) is known color: Cornflower Blue. HEX triplet: 54, 95 and F9. RGB value is (84,149,249). Sum of RGB (Red+Green+Blue) = 84+149+249=482 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.43% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #5495F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5495F9 is #AB6A06. Grayscale: #8C8C8C. Windows color (decimal): -11233799 or 16356692. OLE color: 16356692.
HSL color Cylindrical-coordinate representation of color #5495F9: hue angle of 216.36º degrees, saturation: 0.93, 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 #5495F9 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 149 | 249 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.02 |
| HSL | 216.36º | 0.93% | 0.65% | - |
| HSV(B) | 216.36º | 0.66% | 0.98% | - |
| XYZ | 31.5 | 30.22 | 93.8 | - |
| YUV | 140.97 | 188.97 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 249 | 0.66 | 0.40 | 0 | 0.02 | 216.36 | 0.93 | 0.65 |
| Hex | 54 | 95 | F9 | 42 | 28 | 0 | 2 | D8 | 5D | 41 |
| Octal | 124 | 225 | 371 | 102 | 50 | 0 | 2 | 330 | 135 | 101 |
| Binary | 1010100 | 10010101 | 11111001 | 1000010 | 101000 | 0 | 10 | 11011000 | 1011101 | 1000001 |
Color Harmonies of #5495F9
Complementary color
Monochromatic Colors of #5495F9
Black with #5495F9
Text Example
Text Example
White with #5495F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5495F9; }
p { color: rgb(84,149,249); }
H1.HeaderClassName
{
color: #5495F9;
}
.AnyTagClassName
{
color: #5495F9;
}
</style>
background-color css
<style>
a { background-color: #5495F9; }
a { background-color: rgb(84,149,249); }
div.DivClassName
{
background-color: #5495F9;
}
.BgClassName
{
background-color: #5495F9;
}
</style>
border-color css
<style>
span { border-color: #5495F9; }
span { border-color: rgb(84,149,249); }
td.TdClassName
{
border-color: #5495F9;
}
.TagClassName
{
border-color: #5495F9;
}
</style>