Shades of Dodger Blue #2384DD
Tints of Dodger Blue #2384DD
RGB
CMYK
RGB Variations
Color information
#2384DD (or 0x2384DD) is known color: Dodger Blue. HEX triplet: 23, 84 and DD. RGB value is (35,132,221). Sum of RGB (Red+Green+Blue) = 35+132+221=388 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.02% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #2384DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2384DD is #DC7B22. Grayscale: #707070. Windows color (decimal): -14449443 or 14517283. OLE color: 14517283.
HSL color Cylindrical-coordinate representation of color #2384DD: hue angle of 208.71º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2384DD is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 132 | 221 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.13 |
| HSL | 208.71º | 0.73% | 0.5% | - |
| HSV(B) | 208.71º | 0.84% | 0.87% | - |
| XYZ | 22 | 22.08 | 71.51 | - |
| YUV | 113.14 | 188.86 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 132 | 221 | 0.84 | 0.40 | 0 | 0.13 | 208.71 | 0.73 | 0.5 |
| Hex | 23 | 84 | DD | 54 | 28 | 0 | D | D1 | 49 | 32 |
| Octal | 43 | 204 | 335 | 124 | 50 | 0 | 15 | 321 | 111 | 62 |
| Binary | 100011 | 10000100 | 11011101 | 1010100 | 101000 | 0 | 1101 | 11010001 | 1001001 | 110010 |
Color Harmonies of #2384DD
Complementary color
Monochromatic Colors of #2384DD
Black with #2384DD
Text Example
Text Example
White with #2384DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2384DD; }
p { color: rgb(35,132,221); }
H1.HeaderClassName
{
color: #2384DD;
}
.AnyTagClassName
{
color: #2384DD;
}
</style>
background-color css
<style>
a { background-color: #2384DD; }
a { background-color: rgb(35,132,221); }
div.DivClassName
{
background-color: #2384DD;
}
.BgClassName
{
background-color: #2384DD;
}
</style>
border-color css
<style>
span { border-color: #2384DD; }
span { border-color: rgb(35,132,221); }
td.TdClassName
{
border-color: #2384DD;
}
.TagClassName
{
border-color: #2384DD;
}
</style>