Shades of Cornflower Blue #5389EA
Tints of Cornflower Blue #5389EA
RGB
CMYK
RGB Variations
Color information
#5389EA (or 0x5389EA) is known color: Cornflower Blue. HEX triplet: 53, 89 and EA. RGB value is (83,137,234). Sum of RGB (Red+Green+Blue) = 83+137+234=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #5389EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5389EA is #AC7615. Grayscale: #838383. Windows color (decimal): -11302422 or 15370579. OLE color: 15370579.
HSL color Cylindrical-coordinate representation of color #5389EA: hue angle of 218.54º 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 #5389EA is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 137 | 234 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.08 |
| HSL | 218.54º | 0.78% | 0.62% | - |
| HSV(B) | 218.54º | 0.65% | 0.92% | - |
| XYZ | 27.36 | 25.67 | 81.35 | - |
| YUV | 131.91 | 185.61 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 234 | 0.65 | 0.41 | 0 | 0.08 | 218.54 | 0.78 | 0.62 |
| Hex | 53 | 89 | EA | 41 | 29 | 0 | 8 | DB | 4E | 3E |
| Octal | 123 | 211 | 352 | 101 | 51 | 0 | 10 | 333 | 116 | 76 |
| Binary | 1010011 | 10001001 | 11101010 | 1000001 | 101001 | 0 | 1000 | 11011011 | 1001110 | 111110 |
Color Harmonies of #5389EA
Complementary color
Monochromatic Colors of #5389EA
Black with #5389EA
Text Example
Text Example
White with #5389EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5389EA; }
p { color: rgb(83,137,234); }
H1.HeaderClassName
{
color: #5389EA;
}
.AnyTagClassName
{
color: #5389EA;
}
</style>
background-color css
<style>
a { background-color: #5389EA; }
a { background-color: rgb(83,137,234); }
div.DivClassName
{
background-color: #5389EA;
}
.BgClassName
{
background-color: #5389EA;
}
</style>
border-color css
<style>
span { border-color: #5389EA; }
span { border-color: rgb(83,137,234); }
td.TdClassName
{
border-color: #5389EA;
}
.TagClassName
{
border-color: #5389EA;
}
</style>