Shades of Cornflower Blue #548FFB
Tints of Cornflower Blue #548FFB
RGB
CMYK
RGB Variations
Color information
#548FFB (or 0x548FFB) is known color: Cornflower Blue. HEX triplet: 54, 8F and FB. RGB value is (84,143,251). Sum of RGB (Red+Green+Blue) = 84+143+251=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #548FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548FFB is #AB7004. Grayscale: #898989. Windows color (decimal): -11235333 or 16486228. OLE color: 16486228.
HSL color Cylindrical-coordinate representation of color #548FFB: hue angle of 218.8º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #548FFB is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 143 | 251 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.02 |
| HSL | 218.8º | 0.95% | 0.66% | - |
| HSV(B) | 218.8º | 0.67% | 0.98% | - |
| XYZ | 30.89 | 28.49 | 95.14 | - |
| YUV | 137.67 | 191.95 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 143 | 251 | 0.67 | 0.43 | 0 | 0.02 | 218.8 | 0.95 | 0.66 |
| Hex | 54 | 8F | FB | 43 | 2B | 0 | 2 | DB | 5F | 42 |
| Octal | 124 | 217 | 373 | 103 | 53 | 0 | 2 | 333 | 137 | 102 |
| Binary | 1010100 | 10001111 | 11111011 | 1000011 | 101011 | 0 | 10 | 11011011 | 1011111 | 1000010 |
Color Harmonies of #548FFB
Complementary color
Monochromatic Colors of #548FFB
Black with #548FFB
Text Example
Text Example
White with #548FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548FFB; }
p { color: rgb(84,143,251); }
H1.HeaderClassName
{
color: #548FFB;
}
.AnyTagClassName
{
color: #548FFB;
}
</style>
background-color css
<style>
a { background-color: #548FFB; }
a { background-color: rgb(84,143,251); }
div.DivClassName
{
background-color: #548FFB;
}
.BgClassName
{
background-color: #548FFB;
}
</style>
border-color css
<style>
span { border-color: #548FFB; }
span { border-color: rgb(84,143,251); }
td.TdClassName
{
border-color: #548FFB;
}
.TagClassName
{
border-color: #548FFB;
}
</style>