Shades of Cornflower Blue #548BFB
Tints of Cornflower Blue #548BFB
RGB
CMYK
RGB Variations
Color information
#548BFB (or 0x548BFB) is known color: Cornflower Blue. HEX triplet: 54, 8B and FB. RGB value is (84,139,251). Sum of RGB (Red+Green+Blue) = 84+139+251=474 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.72% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #548BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548BFB is #AB7404. Grayscale: #868686. Windows color (decimal): -11236357 or 16485204. OLE color: 16485204.
HSL color Cylindrical-coordinate representation of color #548BFB: hue angle of 220.24º 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 #548BFB is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 139 | 251 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.02 |
| HSL | 220.24º | 0.95% | 0.66% | - |
| HSV(B) | 220.24º | 0.67% | 0.98% | - |
| XYZ | 30.3 | 27.32 | 94.94 | - |
| YUV | 135.32 | 193.28 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 251 | 0.67 | 0.45 | 0 | 0.02 | 220.24 | 0.95 | 0.66 |
| Hex | 54 | 8B | FB | 43 | 2D | 0 | 2 | DC | 5F | 42 |
| Octal | 124 | 213 | 373 | 103 | 55 | 0 | 2 | 334 | 137 | 102 |
| Binary | 1010100 | 10001011 | 11111011 | 1000011 | 101101 | 0 | 10 | 11011100 | 1011111 | 1000010 |
Color Harmonies of #548BFB
Complementary color
Monochromatic Colors of #548BFB
Black with #548BFB
Text Example
Text Example
White with #548BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548BFB; }
p { color: rgb(84,139,251); }
H1.HeaderClassName
{
color: #548BFB;
}
.AnyTagClassName
{
color: #548BFB;
}
</style>
background-color css
<style>
a { background-color: #548BFB; }
a { background-color: rgb(84,139,251); }
div.DivClassName
{
background-color: #548BFB;
}
.BgClassName
{
background-color: #548BFB;
}
</style>
border-color css
<style>
span { border-color: #548BFB; }
span { border-color: rgb(84,139,251); }
td.TdClassName
{
border-color: #548BFB;
}
.TagClassName
{
border-color: #548BFB;
}
</style>