Shades of Dodger Blue #2384DB
Tints of Dodger Blue #2384DB
RGB
CMYK
RGB Variations
Color information
#2384DB (or 0x2384DB) is known color: Dodger Blue. HEX triplet: 23, 84 and DB. RGB value is (35,132,219). Sum of RGB (Red+Green+Blue) = 35+132+219=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #2384DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2384DB is #DC7B24. Grayscale: #707070. Windows color (decimal): -14449445 or 14386211. OLE color: 14386211.
HSL color Cylindrical-coordinate representation of color #2384DB: hue angle of 208.37º 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 #2384DB is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 132 | 219 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.14 |
| HSL | 208.37º | 0.72% | 0.5% | - |
| HSV(B) | 208.37º | 0.84% | 0.86% | - |
| XYZ | 21.73 | 21.97 | 70.11 | - |
| YUV | 112.92 | 187.86 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 132 | 219 | 0.84 | 0.40 | 0 | 0.14 | 208.37 | 0.72 | 0.5 |
| Hex | 23 | 84 | DB | 54 | 28 | 0 | E | D0 | 48 | 32 |
| Octal | 43 | 204 | 333 | 124 | 50 | 0 | 16 | 320 | 110 | 62 |
| Binary | 100011 | 10000100 | 11011011 | 1010100 | 101000 | 0 | 1110 | 11010000 | 1001000 | 110010 |
Color Harmonies of #2384DB
Complementary color
Monochromatic Colors of #2384DB
Black with #2384DB
Text Example
Text Example
White with #2384DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2384DB; }
p { color: rgb(35,132,219); }
H1.HeaderClassName
{
color: #2384DB;
}
.AnyTagClassName
{
color: #2384DB;
}
</style>
background-color css
<style>
a { background-color: #2384DB; }
a { background-color: rgb(35,132,219); }
div.DivClassName
{
background-color: #2384DB;
}
.BgClassName
{
background-color: #2384DB;
}
</style>
border-color css
<style>
span { border-color: #2384DB; }
span { border-color: rgb(35,132,219); }
td.TdClassName
{
border-color: #2384DB;
}
.TagClassName
{
border-color: #2384DB;
}
</style>