Shades of Dodger Blue #229DEF
Tints of Dodger Blue #229DEF
RGB
CMYK
RGB Variations
Color information
#229DEF (or 0x229DEF) is known color: Dodger Blue. HEX triplet: 22, 9D and EF. RGB value is (34,157,239). Sum of RGB (Red+Green+Blue) = 34+157+239=430 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.91% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #229DEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229DEF is #DD6210. Grayscale: #818181. Windows color (decimal): -14508561 or 15703330. OLE color: 15703330.
HSL color Cylindrical-coordinate representation of color #229DEF: hue angle of 204º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #229DEF is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 157 | 239 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.06 |
| HSL | 204º | 0.86% | 0.54% | - |
| HSV(B) | 204º | 0.86% | 0.94% | - |
| XYZ | 28.3 | 30.69 | 86.09 | - |
| YUV | 129.57 | 189.75 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 239 | 0.86 | 0.34 | 0 | 0.06 | 204 | 0.86 | 0.54 |
| Hex | 22 | 9D | EF | 56 | 22 | 0 | 6 | CC | 56 | 36 |
| Octal | 42 | 235 | 357 | 126 | 42 | 0 | 6 | 314 | 126 | 66 |
| Binary | 100010 | 10011101 | 11101111 | 1010110 | 100010 | 0 | 110 | 11001100 | 1010110 | 110110 |
Color Harmonies of #229DEF
Complementary color
Monochromatic Colors of #229DEF
Black with #229DEF
Text Example
Text Example
White with #229DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229DEF; }
p { color: rgb(34,157,239); }
H1.HeaderClassName
{
color: #229DEF;
}
.AnyTagClassName
{
color: #229DEF;
}
</style>
background-color css
<style>
a { background-color: #229DEF; }
a { background-color: rgb(34,157,239); }
div.DivClassName
{
background-color: #229DEF;
}
.BgClassName
{
background-color: #229DEF;
}
</style>
border-color css
<style>
span { border-color: #229DEF; }
span { border-color: rgb(34,157,239); }
td.TdClassName
{
border-color: #229DEF;
}
.TagClassName
{
border-color: #229DEF;
}
</style>