Shades of Cornflower Blue #5293EF
Tints of Cornflower Blue #5293EF
RGB
CMYK
RGB Variations
Color information
#5293EF (or 0x5293EF) is known color: Cornflower Blue. HEX triplet: 52, 93 and EF. RGB value is (82,147,239). Sum of RGB (Red+Green+Blue) = 82+147+239=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #5293EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5293EF is #AD6C10. Grayscale: #898989. Windows color (decimal): -11365393 or 15700818. OLE color: 15700818.
HSL color Cylindrical-coordinate representation of color #5293EF: hue angle of 215.16º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5293EF is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 147 | 239 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.06 |
| HSL | 215.16º | 0.83% | 0.63% | - |
| HSV(B) | 215.16º | 0.66% | 0.94% | - |
| XYZ | 29.49 | 28.89 | 85.68 | - |
| YUV | 138.05 | 184.97 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 239 | 0.66 | 0.38 | 0 | 0.06 | 215.16 | 0.83 | 0.63 |
| Hex | 52 | 93 | EF | 42 | 26 | 0 | 6 | D7 | 53 | 3F |
| Octal | 122 | 223 | 357 | 102 | 46 | 0 | 6 | 327 | 123 | 77 |
| Binary | 1010010 | 10010011 | 11101111 | 1000010 | 100110 | 0 | 110 | 11010111 | 1010011 | 111111 |
Color Harmonies of #5293EF
Complementary color
Monochromatic Colors of #5293EF
Black with #5293EF
Text Example
Text Example
White with #5293EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5293EF; }
p { color: rgb(82,147,239); }
H1.HeaderClassName
{
color: #5293EF;
}
.AnyTagClassName
{
color: #5293EF;
}
</style>
background-color css
<style>
a { background-color: #5293EF; }
a { background-color: rgb(82,147,239); }
div.DivClassName
{
background-color: #5293EF;
}
.BgClassName
{
background-color: #5293EF;
}
</style>
border-color css
<style>
span { border-color: #5293EF; }
span { border-color: rgb(82,147,239); }
td.TdClassName
{
border-color: #5293EF;
}
.TagClassName
{
border-color: #5293EF;
}
</style>