Shades of Cornflower Blue #549BFC
Tints of Cornflower Blue #549BFC
RGB
CMYK
RGB Variations
Color information
#549BFC (or 0x549BFC) is known color: Cornflower Blue. HEX triplet: 54, 9B and FC. RGB value is (84,155,252). Sum of RGB (Red+Green+Blue) = 84+155+252=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #549BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549BFC is #AB6403. Grayscale: #909090. Windows color (decimal): -11232260 or 16554836. OLE color: 16554836.
HSL color Cylindrical-coordinate representation of color #549BFC: hue angle of 214.64º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #549BFC is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 155 | 252 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.01 |
| HSL | 214.64º | 0.97% | 0.66% | - |
| HSV(B) | 214.64º | 0.67% | 0.99% | - |
| XYZ | 32.95 | 32.36 | 96.6 | - |
| YUV | 144.83 | 188.48 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 252 | 0.67 | 0.38 | 0 | 0.01 | 214.64 | 0.97 | 0.66 |
| Hex | 54 | 9B | FC | 43 | 26 | 0 | 1 | D7 | 61 | 42 |
| Octal | 124 | 233 | 374 | 103 | 46 | 0 | 1 | 327 | 141 | 102 |
| Binary | 1010100 | 10011011 | 11111100 | 1000011 | 100110 | 0 | 1 | 11010111 | 1100001 | 1000010 |
Color Harmonies of #549BFC
Complementary color
Monochromatic Colors of #549BFC
Black with #549BFC
Text Example
Text Example
White with #549BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BFC; }
p { color: rgb(84,155,252); }
H1.HeaderClassName
{
color: #549BFC;
}
.AnyTagClassName
{
color: #549BFC;
}
</style>
background-color css
<style>
a { background-color: #549BFC; }
a { background-color: rgb(84,155,252); }
div.DivClassName
{
background-color: #549BFC;
}
.BgClassName
{
background-color: #549BFC;
}
</style>
border-color css
<style>
span { border-color: #549BFC; }
span { border-color: rgb(84,155,252); }
td.TdClassName
{
border-color: #549BFC;
}
.TagClassName
{
border-color: #549BFC;
}
</style>