Shades of Cornflower Blue #5293EA
Tints of Cornflower Blue #5293EA
RGB
CMYK
RGB Variations
Color information
#5293EA (or 0x5293EA) is known color: Cornflower Blue. HEX triplet: 52, 93 and EA. RGB value is (82,147,234). Sum of RGB (Red+Green+Blue) = 82+147+234=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #5293EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5293EA is #AD6C15. Grayscale: #898989. Windows color (decimal): -11365398 or 15373138. OLE color: 15373138.
HSL color Cylindrical-coordinate representation of color #5293EA: hue angle of 214.34º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5293EA is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 147 | 234 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.08 |
| HSL | 214.34º | 0.78% | 0.62% | - |
| HSV(B) | 214.34º | 0.65% | 0.92% | - |
| XYZ | 28.76 | 28.6 | 81.85 | - |
| YUV | 137.48 | 182.47 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 234 | 0.65 | 0.37 | 0 | 0.08 | 214.34 | 0.78 | 0.62 |
| Hex | 52 | 93 | EA | 41 | 25 | 0 | 8 | D6 | 4E | 3E |
| Octal | 122 | 223 | 352 | 101 | 45 | 0 | 10 | 326 | 116 | 76 |
| Binary | 1010010 | 10010011 | 11101010 | 1000001 | 100101 | 0 | 1000 | 11010110 | 1001110 | 111110 |
Color Harmonies of #5293EA
Complementary color
Monochromatic Colors of #5293EA
Black with #5293EA
Text Example
Text Example
White with #5293EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5293EA; }
p { color: rgb(82,147,234); }
H1.HeaderClassName
{
color: #5293EA;
}
.AnyTagClassName
{
color: #5293EA;
}
</style>
background-color css
<style>
a { background-color: #5293EA; }
a { background-color: rgb(82,147,234); }
div.DivClassName
{
background-color: #5293EA;
}
.BgClassName
{
background-color: #5293EA;
}
</style>
border-color css
<style>
span { border-color: #5293EA; }
span { border-color: rgb(82,147,234); }
td.TdClassName
{
border-color: #5293EA;
}
.TagClassName
{
border-color: #5293EA;
}
</style>