Shades of Cornflower Blue #5294E0
Tints of Cornflower Blue #5294E0
RGB
CMYK
RGB Variations
Color information
#5294E0 (or 0x5294E0) is known color: Cornflower Blue. HEX triplet: 52, 94 and E0. RGB value is (82,148,224). Sum of RGB (Red+Green+Blue) = 82+148+224=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #5294E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5294E0 is #AD6B1F. Grayscale: #888888. Windows color (decimal): -11365152 or 14718034. OLE color: 14718034.
HSL color Cylindrical-coordinate representation of color #5294E0: hue angle of 212.11º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5294E0 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 148 | 224 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.12 |
| HSL | 212.11º | 0.7% | 0.6% | - |
| HSV(B) | 212.11º | 0.63% | 0.88% | - |
| XYZ | 27.52 | 28.36 | 74.54 | - |
| YUV | 136.93 | 177.13 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 224 | 0.63 | 0.34 | 0 | 0.12 | 212.11 | 0.7 | 0.6 |
| Hex | 52 | 94 | E0 | 3F | 22 | 0 | C | D4 | 46 | 3C |
| Octal | 122 | 224 | 340 | 77 | 42 | 0 | 14 | 324 | 106 | 74 |
| Binary | 1010010 | 10010100 | 11100000 | 111111 | 100010 | 0 | 1100 | 11010100 | 1000110 | 111100 |
Color Harmonies of #5294E0
Complementary color
Monochromatic Colors of #5294E0
Black with #5294E0
Text Example
Text Example
White with #5294E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5294E0; }
p { color: rgb(82,148,224); }
H1.HeaderClassName
{
color: #5294E0;
}
.AnyTagClassName
{
color: #5294E0;
}
</style>
background-color css
<style>
a { background-color: #5294E0; }
a { background-color: rgb(82,148,224); }
div.DivClassName
{
background-color: #5294E0;
}
.BgClassName
{
background-color: #5294E0;
}
</style>
border-color css
<style>
span { border-color: #5294E0; }
span { border-color: rgb(82,148,224); }
td.TdClassName
{
border-color: #5294E0;
}
.TagClassName
{
border-color: #5294E0;
}
</style>