Shades of Cornflower Blue #5388EA
Tints of Cornflower Blue #5388EA
RGB
CMYK
RGB Variations
Color information
#5388EA (or 0x5388EA) is known color: Cornflower Blue. HEX triplet: 53, 88 and EA. RGB value is (83,136,234). Sum of RGB (Red+Green+Blue) = 83+136+234=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #5388EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5388EA is #AC7715. Grayscale: #828282. Windows color (decimal): -11302678 or 15370323. OLE color: 15370323.
HSL color Cylindrical-coordinate representation of color #5388EA: hue angle of 218.94º 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 #5388EA is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 136 | 234 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.08 |
| HSL | 218.94º | 0.78% | 0.62% | - |
| HSV(B) | 218.94º | 0.65% | 0.92% | - |
| XYZ | 27.22 | 25.39 | 81.31 | - |
| YUV | 131.33 | 185.94 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 234 | 0.65 | 0.42 | 0 | 0.08 | 218.94 | 0.78 | 0.62 |
| Hex | 53 | 88 | EA | 41 | 2A | 0 | 8 | DB | 4E | 3E |
| Octal | 123 | 210 | 352 | 101 | 52 | 0 | 10 | 333 | 116 | 76 |
| Binary | 1010011 | 10001000 | 11101010 | 1000001 | 101010 | 0 | 1000 | 11011011 | 1001110 | 111110 |
Color Harmonies of #5388EA
Complementary color
Monochromatic Colors of #5388EA
Black with #5388EA
Text Example
Text Example
White with #5388EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5388EA; }
p { color: rgb(83,136,234); }
H1.HeaderClassName
{
color: #5388EA;
}
.AnyTagClassName
{
color: #5388EA;
}
</style>
background-color css
<style>
a { background-color: #5388EA; }
a { background-color: rgb(83,136,234); }
div.DivClassName
{
background-color: #5388EA;
}
.BgClassName
{
background-color: #5388EA;
}
</style>
border-color css
<style>
span { border-color: #5388EA; }
span { border-color: rgb(83,136,234); }
td.TdClassName
{
border-color: #5388EA;
}
.TagClassName
{
border-color: #5388EA;
}
</style>