Shades of Cornflower Blue #5398E4
Tints of Cornflower Blue #5398E4
RGB
CMYK
RGB Variations
Color information
#5398E4 (or 0x5398E4) is known color: Cornflower Blue. HEX triplet: 53, 98 and E4. RGB value is (83,152,228). Sum of RGB (Red+Green+Blue) = 83+152+228=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #5398E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5398E4 is #AC671B. Grayscale: #8B8B8B. Windows color (decimal): -11298588 or 14981203. OLE color: 14981203.
HSL color Cylindrical-coordinate representation of color #5398E4: hue angle of 211.45º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5398E4 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 152 | 228 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.11 |
| HSL | 211.45º | 0.73% | 0.61% | - |
| HSV(B) | 211.45º | 0.64% | 0.89% | - |
| XYZ | 28.8 | 29.9 | 77.65 | - |
| YUV | 140.03 | 177.64 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 228 | 0.64 | 0.33 | 0 | 0.11 | 211.45 | 0.73 | 0.61 |
| Hex | 53 | 98 | E4 | 40 | 21 | 0 | B | D3 | 49 | 3D |
| Octal | 123 | 230 | 344 | 100 | 41 | 0 | 13 | 323 | 111 | 75 |
| Binary | 1010011 | 10011000 | 11100100 | 1000000 | 100001 | 0 | 1011 | 11010011 | 1001001 | 111101 |
Color Harmonies of #5398E4
Complementary color
Monochromatic Colors of #5398E4
Black with #5398E4
Text Example
Text Example
White with #5398E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5398E4; }
p { color: rgb(83,152,228); }
H1.HeaderClassName
{
color: #5398E4;
}
.AnyTagClassName
{
color: #5398E4;
}
</style>
background-color css
<style>
a { background-color: #5398E4; }
a { background-color: rgb(83,152,228); }
div.DivClassName
{
background-color: #5398E4;
}
.BgClassName
{
background-color: #5398E4;
}
</style>
border-color css
<style>
span { border-color: #5398E4; }
span { border-color: rgb(83,152,228); }
td.TdClassName
{
border-color: #5398E4;
}
.TagClassName
{
border-color: #5398E4;
}
</style>