Shades of Dodger Blue #2388DA
Tints of Dodger Blue #2388DA
RGB
CMYK
RGB Variations
Color information
#2388DA (or 0x2388DA) is known color: Dodger Blue. HEX triplet: 23, 88 and DA. RGB value is (35,136,218). Sum of RGB (Red+Green+Blue) = 35+136+218=389 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.00% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #2388DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2388DA is #DC7725. Grayscale: #727272. Windows color (decimal): -14448422 or 14321699. OLE color: 14321699.
HSL color Cylindrical-coordinate representation of color #2388DA: hue angle of 206.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2388DA is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 136 | 218 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.15 |
| HSL | 206.89º | 0.72% | 0.5% | - |
| HSV(B) | 206.89º | 0.84% | 0.85% | - |
| XYZ | 22.15 | 23.03 | 69.61 | - |
| YUV | 115.15 | 186.04 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 218 | 0.84 | 0.38 | 0 | 0.15 | 206.89 | 0.72 | 0.5 |
| Hex | 23 | 88 | DA | 54 | 26 | 0 | F | CF | 48 | 32 |
| Octal | 43 | 210 | 332 | 124 | 46 | 0 | 17 | 317 | 110 | 62 |
| Binary | 100011 | 10001000 | 11011010 | 1010100 | 100110 | 0 | 1111 | 11001111 | 1001000 | 110010 |
Color Harmonies of #2388DA
Complementary color
Monochromatic Colors of #2388DA
Black with #2388DA
Text Example
Text Example
White with #2388DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2388DA; }
p { color: rgb(35,136,218); }
H1.HeaderClassName
{
color: #2388DA;
}
.AnyTagClassName
{
color: #2388DA;
}
</style>
background-color css
<style>
a { background-color: #2388DA; }
a { background-color: rgb(35,136,218); }
div.DivClassName
{
background-color: #2388DA;
}
.BgClassName
{
background-color: #2388DA;
}
</style>
border-color css
<style>
span { border-color: #2388DA; }
span { border-color: rgb(35,136,218); }
td.TdClassName
{
border-color: #2388DA;
}
.TagClassName
{
border-color: #2388DA;
}
</style>