Shades of Dodger Blue #2388EF
Tints of Dodger Blue #2388EF
RGB
CMYK
RGB Variations
Color information
#2388EF (or 0x2388EF) is known color: Dodger Blue. HEX triplet: 23, 88 and EF. RGB value is (35,136,239). Sum of RGB (Red+Green+Blue) = 35+136+239=410 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.54% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #2388EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2388EF is #DC7710. Grayscale: #757575. Windows color (decimal): -14448401 or 15697955. OLE color: 15697955.
HSL color Cylindrical-coordinate representation of color #2388EF: hue angle of 210.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2388EF is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 136 | 239 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.06 |
| HSL | 210.29º | 0.86% | 0.54% | - |
| HSV(B) | 210.29º | 0.85% | 0.94% | - |
| XYZ | 25.08 | 24.2 | 85.01 | - |
| YUV | 117.54 | 196.54 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 239 | 0.85 | 0.43 | 0 | 0.06 | 210.29 | 0.86 | 0.54 |
| Hex | 23 | 88 | EF | 55 | 2B | 0 | 6 | D2 | 56 | 36 |
| Octal | 43 | 210 | 357 | 125 | 53 | 0 | 6 | 322 | 126 | 66 |
| Binary | 100011 | 10001000 | 11101111 | 1010101 | 101011 | 0 | 110 | 11010010 | 1010110 | 110110 |
Color Harmonies of #2388EF
Complementary color
Monochromatic Colors of #2388EF
Black with #2388EF
Text Example
Text Example
White with #2388EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2388EF; }
p { color: rgb(35,136,239); }
H1.HeaderClassName
{
color: #2388EF;
}
.AnyTagClassName
{
color: #2388EF;
}
</style>
background-color css
<style>
a { background-color: #2388EF; }
a { background-color: rgb(35,136,239); }
div.DivClassName
{
background-color: #2388EF;
}
.BgClassName
{
background-color: #2388EF;
}
</style>
border-color css
<style>
span { border-color: #2388EF; }
span { border-color: rgb(35,136,239); }
td.TdClassName
{
border-color: #2388EF;
}
.TagClassName
{
border-color: #2388EF;
}
</style>