Shades of Dodger Blue #2388DB
Tints of Dodger Blue #2388DB
RGB
CMYK
RGB Variations
Color information
#2388DB (or 0x2388DB) is known color: Dodger Blue. HEX triplet: 23, 88 and DB. RGB value is (35,136,219). Sum of RGB (Red+Green+Blue) = 35+136+219=390 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.97% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #2388DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2388DB is #DC7724. Grayscale: #727272. Windows color (decimal): -14448421 or 14387235. OLE color: 14387235.
HSL color Cylindrical-coordinate representation of color #2388DB: hue angle of 207.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2388DB is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 136 | 219 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.14 |
| HSL | 207.07º | 0.72% | 0.5% | - |
| HSV(B) | 207.07º | 0.84% | 0.86% | - |
| XYZ | 22.28 | 23.08 | 70.3 | - |
| YUV | 115.26 | 186.54 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 219 | 0.84 | 0.38 | 0 | 0.14 | 207.07 | 0.72 | 0.5 |
| Hex | 23 | 88 | DB | 54 | 26 | 0 | E | CF | 48 | 32 |
| Octal | 43 | 210 | 333 | 124 | 46 | 0 | 16 | 317 | 110 | 62 |
| Binary | 100011 | 10001000 | 11011011 | 1010100 | 100110 | 0 | 1110 | 11001111 | 1001000 | 110010 |
Color Harmonies of #2388DB
Complementary color
Monochromatic Colors of #2388DB
Black with #2388DB
Text Example
Text Example
White with #2388DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2388DB; }
p { color: rgb(35,136,219); }
H1.HeaderClassName
{
color: #2388DB;
}
.AnyTagClassName
{
color: #2388DB;
}
</style>
background-color css
<style>
a { background-color: #2388DB; }
a { background-color: rgb(35,136,219); }
div.DivClassName
{
background-color: #2388DB;
}
.BgClassName
{
background-color: #2388DB;
}
</style>
border-color css
<style>
span { border-color: #2388DB; }
span { border-color: rgb(35,136,219); }
td.TdClassName
{
border-color: #2388DB;
}
.TagClassName
{
border-color: #2388DB;
}
</style>