Shades of Cornflower Blue #5289EE
Tints of Cornflower Blue #5289EE
RGB
CMYK
RGB Variations
Color information
#5289EE (or 0x5289EE) is known color: Cornflower Blue. HEX triplet: 52, 89 and EE. RGB value is (82,137,238). Sum of RGB (Red+Green+Blue) = 82+137+238=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #5289EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5289EE is #AD7611. Grayscale: #838383. Windows color (decimal): -11367954 or 15632722. OLE color: 15632722.
HSL color Cylindrical-coordinate representation of color #5289EE: hue angle of 218.85º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5289EE is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 137 | 238 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.07 |
| HSL | 218.85º | 0.82% | 0.63% | - |
| HSV(B) | 218.85º | 0.66% | 0.93% | - |
| XYZ | 27.86 | 25.86 | 84.41 | - |
| YUV | 132.07 | 187.78 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 238 | 0.66 | 0.42 | 0 | 0.07 | 218.85 | 0.82 | 0.63 |
| Hex | 52 | 89 | EE | 42 | 2A | 0 | 7 | DB | 52 | 3F |
| Octal | 122 | 211 | 356 | 102 | 52 | 0 | 7 | 333 | 122 | 77 |
| Binary | 1010010 | 10001001 | 11101110 | 1000010 | 101010 | 0 | 111 | 11011011 | 1010010 | 111111 |
Color Harmonies of #5289EE
Complementary color
Monochromatic Colors of #5289EE
Black with #5289EE
Text Example
Text Example
White with #5289EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5289EE; }
p { color: rgb(82,137,238); }
H1.HeaderClassName
{
color: #5289EE;
}
.AnyTagClassName
{
color: #5289EE;
}
</style>
background-color css
<style>
a { background-color: #5289EE; }
a { background-color: rgb(82,137,238); }
div.DivClassName
{
background-color: #5289EE;
}
.BgClassName
{
background-color: #5289EE;
}
</style>
border-color css
<style>
span { border-color: #5289EE; }
span { border-color: rgb(82,137,238); }
td.TdClassName
{
border-color: #5289EE;
}
.TagClassName
{
border-color: #5289EE;
}
</style>