Shades of Dodger Blue #2380DD
Tints of Dodger Blue #2380DD
RGB
CMYK
RGB Variations
Color information
#2380DD (or 0x2380DD) is known color: Dodger Blue. HEX triplet: 23, 80 and DD. RGB value is (35,128,221). Sum of RGB (Red+Green+Blue) = 35+128+221=384 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.11% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #2380DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2380DD is #DC7F22. Grayscale: #6E6E6E. Windows color (decimal): -14450467 or 14516259. OLE color: 14516259.
HSL color Cylindrical-coordinate representation of color #2380DD: hue angle of 210º 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 #2380DD is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 128 | 221 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.13 |
| HSL | 210º | 0.73% | 0.5% | - |
| HSV(B) | 210º | 0.84% | 0.87% | - |
| XYZ | 21.46 | 21.02 | 71.33 | - |
| YUV | 110.8 | 190.19 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 221 | 0.84 | 0.42 | 0 | 0.13 | 210 | 0.73 | 0.5 |
| Hex | 23 | 80 | DD | 54 | 2A | 0 | D | D2 | 49 | 32 |
| Octal | 43 | 200 | 335 | 124 | 52 | 0 | 15 | 322 | 111 | 62 |
| Binary | 100011 | 10000000 | 11011101 | 1010100 | 101010 | 0 | 1101 | 11010010 | 1001001 | 110010 |
Color Harmonies of #2380DD
Complementary color
Monochromatic Colors of #2380DD
Black with #2380DD
Text Example
Text Example
White with #2380DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2380DD; }
p { color: rgb(35,128,221); }
H1.HeaderClassName
{
color: #2380DD;
}
.AnyTagClassName
{
color: #2380DD;
}
</style>
background-color css
<style>
a { background-color: #2380DD; }
a { background-color: rgb(35,128,221); }
div.DivClassName
{
background-color: #2380DD;
}
.BgClassName
{
background-color: #2380DD;
}
</style>
border-color css
<style>
span { border-color: #2380DD; }
span { border-color: rgb(35,128,221); }
td.TdClassName
{
border-color: #2380DD;
}
.TagClassName
{
border-color: #2380DD;
}
</style>