Shades of Dodger Blue #228EDB
Tints of Dodger Blue #228EDB
RGB
CMYK
RGB Variations
Color information
#228EDB (or 0x228EDB) is known color: Dodger Blue. HEX triplet: 22, 8E and DB. RGB value is (34,142,219). Sum of RGB (Red+Green+Blue) = 34+142+219=395 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.61% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #228EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228EDB is #DD7124. Grayscale: #767676. Windows color (decimal): -14512421 or 14388770. OLE color: 14388770.
HSL color Cylindrical-coordinate representation of color #228EDB: hue angle of 204.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #228EDB is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 142 | 219 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.14 |
| HSL | 204.97º | 0.73% | 0.5% | - |
| HSV(B) | 204.97º | 0.84% | 0.86% | - |
| XYZ | 23.12 | 24.8 | 70.59 | - |
| YUV | 118.49 | 184.72 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 142 | 219 | 0.84 | 0.35 | 0 | 0.14 | 204.97 | 0.73 | 0.5 |
| Hex | 22 | 8E | DB | 54 | 23 | 0 | E | CD | 49 | 32 |
| Octal | 42 | 216 | 333 | 124 | 43 | 0 | 16 | 315 | 111 | 62 |
| Binary | 100010 | 10001110 | 11011011 | 1010100 | 100011 | 0 | 1110 | 11001101 | 1001001 | 110010 |
Color Harmonies of #228EDB
Complementary color
Monochromatic Colors of #228EDB
Black with #228EDB
Text Example
Text Example
White with #228EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228EDB; }
p { color: rgb(34,142,219); }
H1.HeaderClassName
{
color: #228EDB;
}
.AnyTagClassName
{
color: #228EDB;
}
</style>
background-color css
<style>
a { background-color: #228EDB; }
a { background-color: rgb(34,142,219); }
div.DivClassName
{
background-color: #228EDB;
}
.BgClassName
{
background-color: #228EDB;
}
</style>
border-color css
<style>
span { border-color: #228EDB; }
span { border-color: rgb(34,142,219); }
td.TdClassName
{
border-color: #228EDB;
}
.TagClassName
{
border-color: #228EDB;
}
</style>