Shades of Dodger Blue #228DDA
Tints of Dodger Blue #228DDA
RGB
CMYK
RGB Variations
Color information
#228DDA (or 0x228DDA) is known color: Dodger Blue. HEX triplet: 22, 8D and DA. RGB value is (34,141,218). Sum of RGB (Red+Green+Blue) = 34+141+218=393 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.65% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #228DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228DDA is #DD7225. Grayscale: #757575. Windows color (decimal): -14512678 or 14322978. OLE color: 14322978.
HSL color Cylindrical-coordinate representation of color #228DDA: hue angle of 205.11º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #228DDA is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 141 | 218 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.15 |
| HSL | 205.11º | 0.73% | 0.49% | - |
| HSV(B) | 205.11º | 0.84% | 0.85% | - |
| XYZ | 22.84 | 24.45 | 69.85 | - |
| YUV | 117.79 | 184.55 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 218 | 0.84 | 0.35 | 0 | 0.15 | 205.11 | 0.73 | 0.49 |
| Hex | 22 | 8D | DA | 54 | 23 | 0 | F | CD | 49 | 31 |
| Octal | 42 | 215 | 332 | 124 | 43 | 0 | 17 | 315 | 111 | 61 |
| Binary | 100010 | 10001101 | 11011010 | 1010100 | 100011 | 0 | 1111 | 11001101 | 1001001 | 110001 |
Color Harmonies of #228DDA
Complementary color
Monochromatic Colors of #228DDA
Black with #228DDA
Text Example
Text Example
White with #228DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228DDA; }
p { color: rgb(34,141,218); }
H1.HeaderClassName
{
color: #228DDA;
}
.AnyTagClassName
{
color: #228DDA;
}
</style>
background-color css
<style>
a { background-color: #228DDA; }
a { background-color: rgb(34,141,218); }
div.DivClassName
{
background-color: #228DDA;
}
.BgClassName
{
background-color: #228DDA;
}
</style>
border-color css
<style>
span { border-color: #228DDA; }
span { border-color: rgb(34,141,218); }
td.TdClassName
{
border-color: #228DDA;
}
.TagClassName
{
border-color: #228DDA;
}
</style>