Shades of Cornflower Blue #548BFC
Tints of Cornflower Blue #548BFC
RGB
CMYK
RGB Variations
Color information
#548BFC (or 0x548BFC) is known color: Cornflower Blue. HEX triplet: 54, 8B and FC. RGB value is (84,139,252). Sum of RGB (Red+Green+Blue) = 84+139+252=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #548BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548BFC is #AB7403. Grayscale: #868686. Windows color (decimal): -11236356 or 16550740. OLE color: 16550740.
HSL color Cylindrical-coordinate representation of color #548BFC: hue angle of 220.36º 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 #548BFC is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 139 | 252 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.01 |
| HSL | 220.36º | 0.97% | 0.66% | - |
| HSV(B) | 220.36º | 0.67% | 0.99% | - |
| XYZ | 30.46 | 27.38 | 95.77 | - |
| YUV | 135.44 | 193.78 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 252 | 0.67 | 0.45 | 0 | 0.01 | 220.36 | 0.97 | 0.66 |
| Hex | 54 | 8B | FC | 43 | 2D | 0 | 1 | DC | 61 | 42 |
| Octal | 124 | 213 | 374 | 103 | 55 | 0 | 1 | 334 | 141 | 102 |
| Binary | 1010100 | 10001011 | 11111100 | 1000011 | 101101 | 0 | 1 | 11011100 | 1100001 | 1000010 |
Color Harmonies of #548BFC
Complementary color
Monochromatic Colors of #548BFC
Black with #548BFC
Text Example
Text Example
White with #548BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548BFC; }
p { color: rgb(84,139,252); }
H1.HeaderClassName
{
color: #548BFC;
}
.AnyTagClassName
{
color: #548BFC;
}
</style>
background-color css
<style>
a { background-color: #548BFC; }
a { background-color: rgb(84,139,252); }
div.DivClassName
{
background-color: #548BFC;
}
.BgClassName
{
background-color: #548BFC;
}
</style>
border-color css
<style>
span { border-color: #548BFC; }
span { border-color: rgb(84,139,252); }
td.TdClassName
{
border-color: #548BFC;
}
.TagClassName
{
border-color: #548BFC;
}
</style>