Shades of Cornflower Blue #548CFF
Tints of Cornflower Blue #548CFF
RGB
CMYK
RGB Variations
Color information
#548CFF (or 0x548CFF) is known color: Cornflower Blue. HEX triplet: 54, 8C and FF. RGB value is (84,140,255). Sum of RGB (Red+Green+Blue) = 84+140+255=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #548CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548CFF is #AB7300. Grayscale: #878787. Windows color (decimal): -11236097 or 16747604. OLE color: 16747604.
HSL color Cylindrical-coordinate representation of color #548CFF: hue angle of 220.35º 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 #548CFF is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 140 | 255 | - |
| CMYK | 0.67 | 0.45 | 0 | 0 |
| HSL | 220.35º | 1% | 0.66% | - |
| HSV(B) | 220.35º | 0.67% | 1% | - |
| XYZ | 31.08 | 27.86 | 98.35 | - |
| YUV | 136.37 | 194.95 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 140 | 255 | 0.67 | 0.45 | 0 | 0 | 220.35 | 1 | 0.66 |
| Hex | 54 | 8C | FF | 43 | 2D | 0 | 0 | DC | 64 | 42 |
| Octal | 124 | 214 | 377 | 103 | 55 | 0 | 0 | 334 | 144 | 102 |
| Binary | 1010100 | 10001100 | 11111111 | 1000011 | 101101 | 0 | 0 | 11011100 | 1100100 | 1000010 |
Color Harmonies of #548CFF
Complementary color
Monochromatic Colors of #548CFF
Black with #548CFF
Text Example
Text Example
White with #548CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548CFF; }
p { color: rgb(84,140,255); }
H1.HeaderClassName
{
color: #548CFF;
}
.AnyTagClassName
{
color: #548CFF;
}
</style>
background-color css
<style>
a { background-color: #548CFF; }
a { background-color: rgb(84,140,255); }
div.DivClassName
{
background-color: #548CFF;
}
.BgClassName
{
background-color: #548CFF;
}
</style>
border-color css
<style>
span { border-color: #548CFF; }
span { border-color: rgb(84,140,255); }
td.TdClassName
{
border-color: #548CFF;
}
.TagClassName
{
border-color: #548CFF;
}
</style>