Shades of Dodger Blue #229DED
Tints of Dodger Blue #229DED
RGB
CMYK
RGB Variations
Color information
#229DED (or 0x229DED) is known color: Dodger Blue. HEX triplet: 22, 9D and ED. RGB value is (34,157,237). Sum of RGB (Red+Green+Blue) = 34+157+237=428 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.94% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #229DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229DED is #DD6212. Grayscale: #808080. Windows color (decimal): -14508563 or 15572258. OLE color: 15572258.
HSL color Cylindrical-coordinate representation of color #229DED: hue angle of 203.65º degrees, saturation: 0.85, 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 #229DED is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 157 | 237 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.07 |
| HSL | 203.65º | 0.85% | 0.53% | - |
| HSV(B) | 203.65º | 0.86% | 0.93% | - |
| XYZ | 28 | 30.57 | 84.55 | - |
| YUV | 129.34 | 188.75 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 237 | 0.86 | 0.34 | 0 | 0.07 | 203.65 | 0.85 | 0.53 |
| Hex | 22 | 9D | ED | 56 | 22 | 0 | 7 | CC | 55 | 35 |
| Octal | 42 | 235 | 355 | 126 | 42 | 0 | 7 | 314 | 125 | 65 |
| Binary | 100010 | 10011101 | 11101101 | 1010110 | 100010 | 0 | 111 | 11001100 | 1010101 | 110101 |
Color Harmonies of #229DED
Complementary color
Monochromatic Colors of #229DED
Black with #229DED
Text Example
Text Example
White with #229DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229DED; }
p { color: rgb(34,157,237); }
H1.HeaderClassName
{
color: #229DED;
}
.AnyTagClassName
{
color: #229DED;
}
</style>
background-color css
<style>
a { background-color: #229DED; }
a { background-color: rgb(34,157,237); }
div.DivClassName
{
background-color: #229DED;
}
.BgClassName
{
background-color: #229DED;
}
</style>
border-color css
<style>
span { border-color: #229DED; }
span { border-color: rgb(34,157,237); }
td.TdClassName
{
border-color: #229DED;
}
.TagClassName
{
border-color: #229DED;
}
</style>