Shades of Dodger Blue #228ADB
Tints of Dodger Blue #228ADB
RGB
CMYK
RGB Variations
Color information
#228ADB (or 0x228ADB) is known color: Dodger Blue. HEX triplet: 22, 8A and DB. RGB value is (34,138,219). Sum of RGB (Red+Green+Blue) = 34+138+219=391 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.70% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #228ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228ADB is #DD7524. Grayscale: #737373. Windows color (decimal): -14513445 or 14387746. OLE color: 14387746.
HSL color Cylindrical-coordinate representation of color #228ADB: hue angle of 206.27º 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 #228ADB is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 138 | 219 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.14 |
| HSL | 206.27º | 0.73% | 0.5% | - |
| HSV(B) | 206.27º | 0.84% | 0.86% | - |
| XYZ | 22.53 | 23.63 | 70.39 | - |
| YUV | 116.14 | 186.04 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 138 | 219 | 0.84 | 0.37 | 0 | 0.14 | 206.27 | 0.73 | 0.5 |
| Hex | 22 | 8A | DB | 54 | 25 | 0 | E | CE | 49 | 32 |
| Octal | 42 | 212 | 333 | 124 | 45 | 0 | 16 | 316 | 111 | 62 |
| Binary | 100010 | 10001010 | 11011011 | 1010100 | 100101 | 0 | 1110 | 11001110 | 1001001 | 110010 |
Color Harmonies of #228ADB
Complementary color
Monochromatic Colors of #228ADB
Black with #228ADB
Text Example
Text Example
White with #228ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228ADB; }
p { color: rgb(34,138,219); }
H1.HeaderClassName
{
color: #228ADB;
}
.AnyTagClassName
{
color: #228ADB;
}
</style>
background-color css
<style>
a { background-color: #228ADB; }
a { background-color: rgb(34,138,219); }
div.DivClassName
{
background-color: #228ADB;
}
.BgClassName
{
background-color: #228ADB;
}
</style>
border-color css
<style>
span { border-color: #228ADB; }
span { border-color: rgb(34,138,219); }
td.TdClassName
{
border-color: #228ADB;
}
.TagClassName
{
border-color: #228ADB;
}
</style>