Shades of Cornflower Blue #548AF2
Tints of Cornflower Blue #548AF2
RGB
CMYK
RGB Variations
Color information
#548AF2 (or 0x548AF2) is known color: Cornflower Blue. HEX triplet: 54, 8A and F2. RGB value is (84,138,242). Sum of RGB (Red+Green+Blue) = 84+138+242=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #548AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548AF2 is #AB750D. Grayscale: #858585. Windows color (decimal): -11236622 or 15895124. OLE color: 15895124.
HSL color Cylindrical-coordinate representation of color #548AF2: hue angle of 219.49º degrees, saturation: 0.86, 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 #548AF2 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 138 | 242 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.05 |
| HSL | 219.49º | 0.86% | 0.64% | - |
| HSV(B) | 219.49º | 0.65% | 0.95% | - |
| XYZ | 28.77 | 26.47 | 87.6 | - |
| YUV | 133.71 | 189.11 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 242 | 0.65 | 0.43 | 0 | 0.05 | 219.49 | 0.86 | 0.64 |
| Hex | 54 | 8A | F2 | 41 | 2B | 0 | 5 | DB | 56 | 40 |
| Octal | 124 | 212 | 362 | 101 | 53 | 0 | 5 | 333 | 126 | 100 |
| Binary | 1010100 | 10001010 | 11110010 | 1000001 | 101011 | 0 | 101 | 11011011 | 1010110 | 1000000 |
Color Harmonies of #548AF2
Complementary color
Monochromatic Colors of #548AF2
Black with #548AF2
Text Example
Text Example
White with #548AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548AF2; }
p { color: rgb(84,138,242); }
H1.HeaderClassName
{
color: #548AF2;
}
.AnyTagClassName
{
color: #548AF2;
}
</style>
background-color css
<style>
a { background-color: #548AF2; }
a { background-color: rgb(84,138,242); }
div.DivClassName
{
background-color: #548AF2;
}
.BgClassName
{
background-color: #548AF2;
}
</style>
border-color css
<style>
span { border-color: #548AF2; }
span { border-color: rgb(84,138,242); }
td.TdClassName
{
border-color: #548AF2;
}
.TagClassName
{
border-color: #548AF2;
}
</style>