Shades of Cornflower Blue #5388EF
Tints of Cornflower Blue #5388EF
RGB
CMYK
RGB Variations
Color information
#5388EF (or 0x5388EF) is known color: Cornflower Blue. HEX triplet: 53, 88 and EF. RGB value is (83,136,239). Sum of RGB (Red+Green+Blue) = 83+136+239=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #5388EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5388EF is #AC7710. Grayscale: #838383. Windows color (decimal): -11302673 or 15698003. OLE color: 15698003.
HSL color Cylindrical-coordinate representation of color #5388EF: hue angle of 219.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5388EF is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 136 | 239 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.06 |
| HSL | 219.62º | 0.83% | 0.63% | - |
| HSV(B) | 219.62º | 0.65% | 0.94% | - |
| XYZ | 27.95 | 25.68 | 85.14 | - |
| YUV | 131.9 | 188.44 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 239 | 0.65 | 0.43 | 0 | 0.06 | 219.62 | 0.83 | 0.63 |
| Hex | 53 | 88 | EF | 41 | 2B | 0 | 6 | DC | 53 | 3F |
| Octal | 123 | 210 | 357 | 101 | 53 | 0 | 6 | 334 | 123 | 77 |
| Binary | 1010011 | 10001000 | 11101111 | 1000001 | 101011 | 0 | 110 | 11011100 | 1010011 | 111111 |
Color Harmonies of #5388EF
Complementary color
Monochromatic Colors of #5388EF
Black with #5388EF
Text Example
Text Example
White with #5388EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5388EF; }
p { color: rgb(83,136,239); }
H1.HeaderClassName
{
color: #5388EF;
}
.AnyTagClassName
{
color: #5388EF;
}
</style>
background-color css
<style>
a { background-color: #5388EF; }
a { background-color: rgb(83,136,239); }
div.DivClassName
{
background-color: #5388EF;
}
.BgClassName
{
background-color: #5388EF;
}
</style>
border-color css
<style>
span { border-color: #5388EF; }
span { border-color: rgb(83,136,239); }
td.TdClassName
{
border-color: #5388EF;
}
.TagClassName
{
border-color: #5388EF;
}
</style>