Shades of Cornflower Blue #549FFB
Tints of Cornflower Blue #549FFB
RGB
CMYK
RGB Variations
Color information
#549FFB (or 0x549FFB) is known color: Cornflower Blue. HEX triplet: 54, 9F and FB. RGB value is (84,159,251). Sum of RGB (Red+Green+Blue) = 84+159+251=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #549FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549FFB is #AB6004. Grayscale: #929292. Windows color (decimal): -11231237 or 16490324. OLE color: 16490324.
HSL color Cylindrical-coordinate representation of color #549FFB: hue angle of 213.05º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #549FFB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 159 | 251 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.02 |
| HSL | 213.05º | 0.95% | 0.66% | - |
| HSV(B) | 213.05º | 0.67% | 0.98% | - |
| XYZ | 33.47 | 33.65 | 96 | - |
| YUV | 147.06 | 186.65 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 159 | 251 | 0.67 | 0.37 | 0 | 0.02 | 213.05 | 0.95 | 0.66 |
| Hex | 54 | 9F | FB | 43 | 25 | 0 | 2 | D5 | 5F | 42 |
| Octal | 124 | 237 | 373 | 103 | 45 | 0 | 2 | 325 | 137 | 102 |
| Binary | 1010100 | 10011111 | 11111011 | 1000011 | 100101 | 0 | 10 | 11010101 | 1011111 | 1000010 |
Color Harmonies of #549FFB
Complementary color
Monochromatic Colors of #549FFB
Black with #549FFB
Text Example
Text Example
White with #549FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549FFB; }
p { color: rgb(84,159,251); }
H1.HeaderClassName
{
color: #549FFB;
}
.AnyTagClassName
{
color: #549FFB;
}
</style>
background-color css
<style>
a { background-color: #549FFB; }
a { background-color: rgb(84,159,251); }
div.DivClassName
{
background-color: #549FFB;
}
.BgClassName
{
background-color: #549FFB;
}
</style>
border-color css
<style>
span { border-color: #549FFB; }
span { border-color: rgb(84,159,251); }
td.TdClassName
{
border-color: #549FFB;
}
.TagClassName
{
border-color: #549FFB;
}
</style>