Shades of Cornflower Blue #548BF6
Tints of Cornflower Blue #548BF6
RGB
CMYK
RGB Variations
Color information
#548BF6 (or 0x548BF6) is known color: Cornflower Blue. HEX triplet: 54, 8B and F6. RGB value is (84,139,246). Sum of RGB (Red+Green+Blue) = 84+139+246=469 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.91% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #548BF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548BF6 is #AB7409. Grayscale: #868686. Windows color (decimal): -11236362 or 16157524. OLE color: 16157524.
HSL color Cylindrical-coordinate representation of color #548BF6: hue angle of 219.63º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #548BF6 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 139 | 246 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.04 |
| HSL | 219.63º | 0.9% | 0.65% | - |
| HSV(B) | 219.63º | 0.66% | 0.96% | - |
| XYZ | 29.52 | 27 | 90.85 | - |
| YUV | 134.75 | 190.78 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 246 | 0.66 | 0.43 | 0 | 0.04 | 219.63 | 0.9 | 0.65 |
| Hex | 54 | 8B | F6 | 42 | 2B | 0 | 4 | DC | 5A | 41 |
| Octal | 124 | 213 | 366 | 102 | 53 | 0 | 4 | 334 | 132 | 101 |
| Binary | 1010100 | 10001011 | 11110110 | 1000010 | 101011 | 0 | 100 | 11011100 | 1011010 | 1000001 |
Color Harmonies of #548BF6
Complementary color
Monochromatic Colors of #548BF6
Black with #548BF6
Text Example
Text Example
White with #548BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548BF6; }
p { color: rgb(84,139,246); }
H1.HeaderClassName
{
color: #548BF6;
}
.AnyTagClassName
{
color: #548BF6;
}
</style>
background-color css
<style>
a { background-color: #548BF6; }
a { background-color: rgb(84,139,246); }
div.DivClassName
{
background-color: #548BF6;
}
.BgClassName
{
background-color: #548BF6;
}
</style>
border-color css
<style>
span { border-color: #548BF6; }
span { border-color: rgb(84,139,246); }
td.TdClassName
{
border-color: #548BF6;
}
.TagClassName
{
border-color: #548BF6;
}
</style>