Shades of Dodger Blue #218ADB
Tints of Dodger Blue #218ADB
RGB
CMYK
RGB Variations
Color information
#218ADB (or 0x218ADB) is known color: Dodger Blue. HEX triplet: 21, 8A and DB. RGB value is (33,138,219). Sum of RGB (Red+Green+Blue) = 33+138+219=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #218ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218ADB is #DE7524. Grayscale: #737373. Windows color (decimal): -14578981 or 14387745. OLE color: 14387745.
HSL color Cylindrical-coordinate representation of color #218ADB: hue angle of 206.13º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218ADB is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 138 | 219 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.14 |
| HSL | 206.13º | 0.74% | 0.49% | - |
| HSV(B) | 206.13º | 0.85% | 0.86% | - |
| XYZ | 22.5 | 23.61 | 70.39 | - |
| YUV | 115.84 | 186.21 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 219 | 0.85 | 0.37 | 0 | 0.14 | 206.13 | 0.74 | 0.49 |
| Hex | 21 | 8A | DB | 55 | 25 | 0 | E | CE | 4A | 31 |
| Octal | 41 | 212 | 333 | 125 | 45 | 0 | 16 | 316 | 112 | 61 |
| Binary | 100001 | 10001010 | 11011011 | 1010101 | 100101 | 0 | 1110 | 11001110 | 1001010 | 110001 |
Color Harmonies of #218ADB
Complementary color
Monochromatic Colors of #218ADB
Black with #218ADB
Text Example
Text Example
White with #218ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218ADB; }
p { color: rgb(33,138,219); }
H1.HeaderClassName
{
color: #218ADB;
}
.AnyTagClassName
{
color: #218ADB;
}
</style>
background-color css
<style>
a { background-color: #218ADB; }
a { background-color: rgb(33,138,219); }
div.DivClassName
{
background-color: #218ADB;
}
.BgClassName
{
background-color: #218ADB;
}
</style>
border-color css
<style>
span { border-color: #218ADB; }
span { border-color: rgb(33,138,219); }
td.TdClassName
{
border-color: #218ADB;
}
.TagClassName
{
border-color: #218ADB;
}
</style>