Shades of Cornflower Blue #549BFB
Tints of Cornflower Blue #549BFB
RGB
CMYK
RGB Variations
Color information
#549BFB (or 0x549BFB) is known color: Cornflower Blue. HEX triplet: 54, 9B and FB. RGB value is (84,155,251). Sum of RGB (Red+Green+Blue) = 84+155+251=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #549BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549BFB is #AB6404. Grayscale: #909090. Windows color (decimal): -11232261 or 16489300. OLE color: 16489300.
HSL color Cylindrical-coordinate representation of color #549BFB: hue angle of 214.49º 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 #549BFB is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 155 | 251 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.02 |
| HSL | 214.49º | 0.95% | 0.66% | - |
| HSV(B) | 214.49º | 0.67% | 0.98% | - |
| XYZ | 32.79 | 32.29 | 95.77 | - |
| YUV | 144.72 | 187.98 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 251 | 0.67 | 0.38 | 0 | 0.02 | 214.49 | 0.95 | 0.66 |
| Hex | 54 | 9B | FB | 43 | 26 | 0 | 2 | D6 | 5F | 42 |
| Octal | 124 | 233 | 373 | 103 | 46 | 0 | 2 | 326 | 137 | 102 |
| Binary | 1010100 | 10011011 | 11111011 | 1000011 | 100110 | 0 | 10 | 11010110 | 1011111 | 1000010 |
Color Harmonies of #549BFB
Complementary color
Monochromatic Colors of #549BFB
Black with #549BFB
Text Example
Text Example
White with #549BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BFB; }
p { color: rgb(84,155,251); }
H1.HeaderClassName
{
color: #549BFB;
}
.AnyTagClassName
{
color: #549BFB;
}
</style>
background-color css
<style>
a { background-color: #549BFB; }
a { background-color: rgb(84,155,251); }
div.DivClassName
{
background-color: #549BFB;
}
.BgClassName
{
background-color: #549BFB;
}
</style>
border-color css
<style>
span { border-color: #549BFB; }
span { border-color: rgb(84,155,251); }
td.TdClassName
{
border-color: #549BFB;
}
.TagClassName
{
border-color: #549BFB;
}
</style>