Shades of Cornflower Blue #549CFF
Tints of Cornflower Blue #549CFF
RGB
CMYK
RGB Variations
Color information
#549CFF (or 0x549CFF) is known color: Cornflower Blue. HEX triplet: 54, 9C and FF. RGB value is (84,156,255). Sum of RGB (Red+Green+Blue) = 84+156+255=495 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.97% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #549CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #549CFF is #AB6300. Grayscale: #919191. Windows color (decimal): -11232001 or 16751700. OLE color: 16751700.
HSL color Cylindrical-coordinate representation of color #549CFF: hue angle of 214.74º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #549CFF is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 156 | 255 | - |
| CMYK | 0.67 | 0.39 | 0 | 0 |
| HSL | 214.74º | 1% | 0.66% | - |
| HSV(B) | 214.74º | 0.67% | 1% | - |
| XYZ | 33.59 | 32.88 | 99.18 | - |
| YUV | 145.76 | 189.65 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 255 | 0.67 | 0.39 | 0 | 0 | 214.74 | 1 | 0.66 |
| Hex | 54 | 9C | FF | 43 | 27 | 0 | 0 | D7 | 64 | 42 |
| Octal | 124 | 234 | 377 | 103 | 47 | 0 | 0 | 327 | 144 | 102 |
| Binary | 1010100 | 10011100 | 11111111 | 1000011 | 100111 | 0 | 0 | 11010111 | 1100100 | 1000010 |
Color Harmonies of #549CFF
Complementary color
Monochromatic Colors of #549CFF
Black with #549CFF
Text Example
Text Example
White with #549CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549CFF; }
p { color: rgb(84,156,255); }
H1.HeaderClassName
{
color: #549CFF;
}
.AnyTagClassName
{
color: #549CFF;
}
</style>
background-color css
<style>
a { background-color: #549CFF; }
a { background-color: rgb(84,156,255); }
div.DivClassName
{
background-color: #549CFF;
}
.BgClassName
{
background-color: #549CFF;
}
</style>
border-color css
<style>
span { border-color: #549CFF; }
span { border-color: rgb(84,156,255); }
td.TdClassName
{
border-color: #549CFF;
}
.TagClassName
{
border-color: #549CFF;
}
</style>