Shades of Dodger Blue #2289E6
Tints of Dodger Blue #2289E6
RGB
CMYK
RGB Variations
Color information
#2289E6 (or 0x2289E6) is known color: Dodger Blue. HEX triplet: 22, 89 and E6. RGB value is (34,137,230). Sum of RGB (Red+Green+Blue) = 34+137+230=401 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.48% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 230 (90.23% from 255 or 57.36% from 401); Max value from RGB is 230 - color contains mainly: blue. Hex color #2289E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2289E6 is #DD7619. Grayscale: #747474. Windows color (decimal): -14513690 or 15108386. OLE color: 15108386.
HSL color Cylindrical-coordinate representation of color #2289E6: hue angle of 208.47º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2289E6 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 137 | 230 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.10 |
| HSL | 208.47º | 0.8% | 0.52% | - |
| HSV(B) | 208.47º | 0.85% | 0.9% | - |
| XYZ | 23.89 | 23.94 | 78.23 | - |
| YUV | 116.81 | 191.88 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 137 | 230 | 0.85 | 0.40 | 0 | 0.10 | 208.47 | 0.8 | 0.52 |
| Hex | 22 | 89 | E6 | 55 | 28 | 0 | A | D0 | 50 | 34 |
| Octal | 42 | 211 | 346 | 125 | 50 | 0 | 12 | 320 | 120 | 64 |
| Binary | 100010 | 10001001 | 11100110 | 1010101 | 101000 | 0 | 1010 | 11010000 | 1010000 | 110100 |
Color Harmonies of #2289E6
Complementary color
Monochromatic Colors of #2289E6
Black with #2289E6
Text Example
Text Example
White with #2289E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2289E6; }
p { color: rgb(34,137,230); }
H1.HeaderClassName
{
color: #2289E6;
}
.AnyTagClassName
{
color: #2289E6;
}
</style>
background-color css
<style>
a { background-color: #2289E6; }
a { background-color: rgb(34,137,230); }
div.DivClassName
{
background-color: #2289E6;
}
.BgClassName
{
background-color: #2289E6;
}
</style>
border-color css
<style>
span { border-color: #2289E6; }
span { border-color: rgb(34,137,230); }
td.TdClassName
{
border-color: #2289E6;
}
.TagClassName
{
border-color: #2289E6;
}
</style>