Shades of Dodger Blue #3588EC
Tints of Dodger Blue #3588EC
RGB
CMYK
RGB Variations
Color information
#3588EC (or 0x3588EC) is known color: Dodger Blue. HEX triplet: 35, 88 and EC. RGB value is (53,136,236). Sum of RGB (Red+Green+Blue) = 53+136+236=425 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.47% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #3588EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3588EC is #CA7713. Grayscale: #7A7A7A. Windows color (decimal): -13268756 or 15501365. OLE color: 15501365.
HSL color Cylindrical-coordinate representation of color #3588EC: hue angle of 212.79º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3588EC is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 136 | 236 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.07 |
| HSL | 212.79º | 0.83% | 0.57% | - |
| HSV(B) | 212.79º | 0.78% | 0.93% | - |
| XYZ | 25.41 | 24.42 | 82.73 | - |
| YUV | 122.58 | 192 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 236 | 0.78 | 0.42 | 0 | 0.07 | 212.79 | 0.83 | 0.57 |
| Hex | 35 | 88 | EC | 4E | 2A | 0 | 7 | D5 | 53 | 39 |
| Octal | 65 | 210 | 354 | 116 | 52 | 0 | 7 | 325 | 123 | 71 |
| Binary | 110101 | 10001000 | 11101100 | 1001110 | 101010 | 0 | 111 | 11010101 | 1010011 | 111001 |
Color Harmonies of #3588EC
Complementary color
Monochromatic Colors of #3588EC
Black with #3588EC
Text Example
Text Example
White with #3588EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3588EC; }
p { color: rgb(53,136,236); }
H1.HeaderClassName
{
color: #3588EC;
}
.AnyTagClassName
{
color: #3588EC;
}
</style>
background-color css
<style>
a { background-color: #3588EC; }
a { background-color: rgb(53,136,236); }
div.DivClassName
{
background-color: #3588EC;
}
.BgClassName
{
background-color: #3588EC;
}
</style>
border-color css
<style>
span { border-color: #3588EC; }
span { border-color: rgb(53,136,236); }
td.TdClassName
{
border-color: #3588EC;
}
.TagClassName
{
border-color: #3588EC;
}
</style>