Shades of Dodger Blue #228EDA
Tints of Dodger Blue #228EDA
RGB
CMYK
RGB Variations
Color information
#228EDA (or 0x228EDA) is known color: Dodger Blue. HEX triplet: 22, 8E and DA. RGB value is (34,142,218). Sum of RGB (Red+Green+Blue) = 34+142+218=394 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.63% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #228EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228EDA is #DD7125. Grayscale: #757575. Windows color (decimal): -14512422 or 14323234. OLE color: 14323234.
HSL color Cylindrical-coordinate representation of color #228EDA: hue angle of 204.78º 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 #228EDA is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 142 | 218 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.15 |
| HSL | 204.78º | 0.73% | 0.49% | - |
| HSV(B) | 204.78º | 0.84% | 0.85% | - |
| XYZ | 22.99 | 24.75 | 69.89 | - |
| YUV | 118.37 | 184.22 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 142 | 218 | 0.84 | 0.35 | 0 | 0.15 | 204.78 | 0.73 | 0.49 |
| Hex | 22 | 8E | DA | 54 | 23 | 0 | F | CD | 49 | 31 |
| Octal | 42 | 216 | 332 | 124 | 43 | 0 | 17 | 315 | 111 | 61 |
| Binary | 100010 | 10001110 | 11011010 | 1010100 | 100011 | 0 | 1111 | 11001101 | 1001001 | 110001 |
Color Harmonies of #228EDA
Complementary color
Monochromatic Colors of #228EDA
Black with #228EDA
Text Example
Text Example
White with #228EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228EDA; }
p { color: rgb(34,142,218); }
H1.HeaderClassName
{
color: #228EDA;
}
.AnyTagClassName
{
color: #228EDA;
}
</style>
background-color css
<style>
a { background-color: #228EDA; }
a { background-color: rgb(34,142,218); }
div.DivClassName
{
background-color: #228EDA;
}
.BgClassName
{
background-color: #228EDA;
}
</style>
border-color css
<style>
span { border-color: #228EDA; }
span { border-color: rgb(34,142,218); }
td.TdClassName
{
border-color: #228EDA;
}
.TagClassName
{
border-color: #228EDA;
}
</style>