Shades of Cornflower Blue #5398E9
Tints of Cornflower Blue #5398E9
RGB
CMYK
RGB Variations
Color information
#5398E9 (or 0x5398E9) is known color: Cornflower Blue. HEX triplet: 53, 98 and E9. RGB value is (83,152,233). Sum of RGB (Red+Green+Blue) = 83+152+233=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #5398E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5398E9 is #AC6716. Grayscale: #8C8C8C. Windows color (decimal): -11298583 or 15308883. OLE color: 15308883.
HSL color Cylindrical-coordinate representation of color #5398E9: hue angle of 212.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5398E9 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 152 | 233 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.09 |
| HSL | 212.4º | 0.77% | 0.62% | - |
| HSV(B) | 212.4º | 0.64% | 0.91% | - |
| XYZ | 29.5 | 30.18 | 81.36 | - |
| YUV | 140.6 | 180.14 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 233 | 0.64 | 0.35 | 0 | 0.09 | 212.4 | 0.77 | 0.62 |
| Hex | 53 | 98 | E9 | 40 | 23 | 0 | 9 | D4 | 4D | 3E |
| Octal | 123 | 230 | 351 | 100 | 43 | 0 | 11 | 324 | 115 | 76 |
| Binary | 1010011 | 10011000 | 11101001 | 1000000 | 100011 | 0 | 1001 | 11010100 | 1001101 | 111110 |
Color Harmonies of #5398E9
Complementary color
Monochromatic Colors of #5398E9
Black with #5398E9
Text Example
Text Example
White with #5398E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5398E9; }
p { color: rgb(83,152,233); }
H1.HeaderClassName
{
color: #5398E9;
}
.AnyTagClassName
{
color: #5398E9;
}
</style>
background-color css
<style>
a { background-color: #5398E9; }
a { background-color: rgb(83,152,233); }
div.DivClassName
{
background-color: #5398E9;
}
.BgClassName
{
background-color: #5398E9;
}
</style>
border-color css
<style>
span { border-color: #5398E9; }
span { border-color: rgb(83,152,233); }
td.TdClassName
{
border-color: #5398E9;
}
.TagClassName
{
border-color: #5398E9;
}
</style>