Shades of Cornflower Blue #549DF3
Tints of Cornflower Blue #549DF3
RGB
CMYK
RGB Variations
Color information
#549DF3 (or 0x549DF3) is known color: Cornflower Blue. HEX triplet: 54, 9D and F3. RGB value is (84,157,243). Sum of RGB (Red+Green+Blue) = 84+157+243=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #549DF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549DF3 is #AB620C. Grayscale: #909090. Windows color (decimal): -11231757 or 15965524. OLE color: 15965524.
HSL color Cylindrical-coordinate representation of color #549DF3: hue angle of 212.45º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #549DF3 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 157 | 243 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.05 |
| HSL | 212.45º | 0.87% | 0.64% | - |
| HSV(B) | 212.45º | 0.65% | 0.95% | - |
| XYZ | 31.89 | 32.47 | 89.38 | - |
| YUV | 144.98 | 183.32 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 243 | 0.65 | 0.35 | 0 | 0.05 | 212.45 | 0.87 | 0.64 |
| Hex | 54 | 9D | F3 | 41 | 23 | 0 | 5 | D4 | 57 | 40 |
| Octal | 124 | 235 | 363 | 101 | 43 | 0 | 5 | 324 | 127 | 100 |
| Binary | 1010100 | 10011101 | 11110011 | 1000001 | 100011 | 0 | 101 | 11010100 | 1010111 | 1000000 |
Color Harmonies of #549DF3
Complementary color
Monochromatic Colors of #549DF3
Black with #549DF3
Text Example
Text Example
White with #549DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549DF3; }
p { color: rgb(84,157,243); }
H1.HeaderClassName
{
color: #549DF3;
}
.AnyTagClassName
{
color: #549DF3;
}
</style>
background-color css
<style>
a { background-color: #549DF3; }
a { background-color: rgb(84,157,243); }
div.DivClassName
{
background-color: #549DF3;
}
.BgClassName
{
background-color: #549DF3;
}
</style>
border-color css
<style>
span { border-color: #549DF3; }
span { border-color: rgb(84,157,243); }
td.TdClassName
{
border-color: #549DF3;
}
.TagClassName
{
border-color: #549DF3;
}
</style>