Shades of Dodger Blue #2382E1
Tints of Dodger Blue #2382E1
RGB
CMYK
RGB Variations
Color information
#2382E1 (or 0x2382E1) is known color: Dodger Blue. HEX triplet: 23, 82 and E1. RGB value is (35,130,225). Sum of RGB (Red+Green+Blue) = 35+130+225=390 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.97% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 225 (88.28% from 255 or 57.69% from 390); Max value from RGB is 225 - color contains mainly: blue. Hex color #2382E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2382E1 is #DC7D1E. Grayscale: #6F6F6F. Windows color (decimal): -14449951 or 14778915. OLE color: 14778915.
HSL color Cylindrical-coordinate representation of color #2382E1: hue angle of 210º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2382E1 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 130 | 225 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.12 |
| HSL | 210º | 0.76% | 0.51% | - |
| HSV(B) | 210º | 0.84% | 0.88% | - |
| XYZ | 22.27 | 21.76 | 74.26 | - |
| YUV | 112.43 | 191.53 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 225 | 0.84 | 0.42 | 0 | 0.12 | 210 | 0.76 | 0.51 |
| Hex | 23 | 82 | E1 | 54 | 2A | 0 | C | D2 | 4C | 33 |
| Octal | 43 | 202 | 341 | 124 | 52 | 0 | 14 | 322 | 114 | 63 |
| Binary | 100011 | 10000010 | 11100001 | 1010100 | 101010 | 0 | 1100 | 11010010 | 1001100 | 110011 |
Color Harmonies of #2382E1
Complementary color
Monochromatic Colors of #2382E1
Black with #2382E1
Text Example
Text Example
White with #2382E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2382E1; }
p { color: rgb(35,130,225); }
H1.HeaderClassName
{
color: #2382E1;
}
.AnyTagClassName
{
color: #2382E1;
}
</style>
background-color css
<style>
a { background-color: #2382E1; }
a { background-color: rgb(35,130,225); }
div.DivClassName
{
background-color: #2382E1;
}
.BgClassName
{
background-color: #2382E1;
}
</style>
border-color css
<style>
span { border-color: #2382E1; }
span { border-color: rgb(35,130,225); }
td.TdClassName
{
border-color: #2382E1;
}
.TagClassName
{
border-color: #2382E1;
}
</style>