Shades of Cornflower Blue #548AF1
Tints of Cornflower Blue #548AF1
RGB
CMYK
RGB Variations
Color information
#548AF1 (or 0x548AF1) is known color: Cornflower Blue. HEX triplet: 54, 8A and F1. RGB value is (84,138,241). Sum of RGB (Red+Green+Blue) = 84+138+241=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #548AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548AF1 is #AB750E. Grayscale: #858585. Windows color (decimal): -11236623 or 15829588. OLE color: 15829588.
HSL color Cylindrical-coordinate representation of color #548AF1: hue angle of 219.36º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #548AF1 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 138 | 241 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.05 |
| HSL | 219.36º | 0.85% | 0.64% | - |
| HSV(B) | 219.36º | 0.65% | 0.95% | - |
| XYZ | 28.62 | 26.41 | 86.81 | - |
| YUV | 133.6 | 188.61 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 241 | 0.65 | 0.43 | 0 | 0.05 | 219.36 | 0.85 | 0.64 |
| Hex | 54 | 8A | F1 | 41 | 2B | 0 | 5 | DB | 55 | 40 |
| Octal | 124 | 212 | 361 | 101 | 53 | 0 | 5 | 333 | 125 | 100 |
| Binary | 1010100 | 10001010 | 11110001 | 1000001 | 101011 | 0 | 101 | 11011011 | 1010101 | 1000000 |
Color Harmonies of #548AF1
Complementary color
Monochromatic Colors of #548AF1
Black with #548AF1
Text Example
Text Example
White with #548AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548AF1; }
p { color: rgb(84,138,241); }
H1.HeaderClassName
{
color: #548AF1;
}
.AnyTagClassName
{
color: #548AF1;
}
</style>
background-color css
<style>
a { background-color: #548AF1; }
a { background-color: rgb(84,138,241); }
div.DivClassName
{
background-color: #548AF1;
}
.BgClassName
{
background-color: #548AF1;
}
</style>
border-color css
<style>
span { border-color: #548AF1; }
span { border-color: rgb(84,138,241); }
td.TdClassName
{
border-color: #548AF1;
}
.TagClassName
{
border-color: #548AF1;
}
</style>