Shades of Cornflower Blue #548BDF
Tints of Cornflower Blue #548BDF
RGB
CMYK
RGB Variations
Color information
#548BDF (or 0x548BDF) is known color: Cornflower Blue. HEX triplet: 54, 8B and DF. RGB value is (84,139,223). Sum of RGB (Red+Green+Blue) = 84+139+223=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #548BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548BDF is #AB7420. Grayscale: #838383. Windows color (decimal): -11236385 or 14650196. OLE color: 14650196.
HSL color Cylindrical-coordinate representation of color #548BDF: hue angle of 216.26º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #548BDF is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 139 | 223 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.13 |
| HSL | 216.26º | 0.68% | 0.6% | - |
| HSV(B) | 216.26º | 0.62% | 0.87% | - |
| XYZ | 26.21 | 25.68 | 73.39 | - |
| YUV | 132.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 223 | 0.62 | 0.38 | 0 | 0.13 | 216.26 | 0.68 | 0.6 |
| Hex | 54 | 8B | DF | 3E | 26 | 0 | D | D8 | 44 | 3C |
| Octal | 124 | 213 | 337 | 76 | 46 | 0 | 15 | 330 | 104 | 74 |
| Binary | 1010100 | 10001011 | 11011111 | 111110 | 100110 | 0 | 1101 | 11011000 | 1000100 | 111100 |
Color Harmonies of #548BDF
Complementary color
Monochromatic Colors of #548BDF
Black with #548BDF
Text Example
Text Example
White with #548BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548BDF; }
p { color: rgb(84,139,223); }
H1.HeaderClassName
{
color: #548BDF;
}
.AnyTagClassName
{
color: #548BDF;
}
</style>
background-color css
<style>
a { background-color: #548BDF; }
a { background-color: rgb(84,139,223); }
div.DivClassName
{
background-color: #548BDF;
}
.BgClassName
{
background-color: #548BDF;
}
</style>
border-color css
<style>
span { border-color: #548BDF; }
span { border-color: rgb(84,139,223); }
td.TdClassName
{
border-color: #548BDF;
}
.TagClassName
{
border-color: #548BDF;
}
</style>