Shades of Dodger Blue #229EEE
Tints of Dodger Blue #229EEE
RGB
CMYK
RGB Variations
Color information
#229EEE (or 0x229EEE) is known color: Dodger Blue. HEX triplet: 22, 9E and EE. RGB value is (34,158,238). Sum of RGB (Red+Green+Blue) = 34+158+238=430 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.91% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #229EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229EEE is #DD6111. Grayscale: #818181. Windows color (decimal): -14508306 or 15638050. OLE color: 15638050.
HSL color Cylindrical-coordinate representation of color #229EEE: hue angle of 203.53º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #229EEE is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 158 | 238 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.07 |
| HSL | 203.53º | 0.86% | 0.53% | - |
| HSV(B) | 203.53º | 0.86% | 0.93% | - |
| XYZ | 28.32 | 30.97 | 85.37 | - |
| YUV | 130.04 | 188.92 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 238 | 0.86 | 0.34 | 0 | 0.07 | 203.53 | 0.86 | 0.53 |
| Hex | 22 | 9E | EE | 56 | 22 | 0 | 7 | CC | 56 | 35 |
| Octal | 42 | 236 | 356 | 126 | 42 | 0 | 7 | 314 | 126 | 65 |
| Binary | 100010 | 10011110 | 11101110 | 1010110 | 100010 | 0 | 111 | 11001100 | 1010110 | 110101 |
Color Harmonies of #229EEE
Complementary color
Monochromatic Colors of #229EEE
Black with #229EEE
Text Example
Text Example
White with #229EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229EEE; }
p { color: rgb(34,158,238); }
H1.HeaderClassName
{
color: #229EEE;
}
.AnyTagClassName
{
color: #229EEE;
}
</style>
background-color css
<style>
a { background-color: #229EEE; }
a { background-color: rgb(34,158,238); }
div.DivClassName
{
background-color: #229EEE;
}
.BgClassName
{
background-color: #229EEE;
}
</style>
border-color css
<style>
span { border-color: #229EEE; }
span { border-color: rgb(34,158,238); }
td.TdClassName
{
border-color: #229EEE;
}
.TagClassName
{
border-color: #229EEE;
}
</style>