Shades of Dodger Blue #218BDB
Tints of Dodger Blue #218BDB
RGB
CMYK
RGB Variations
Color information
#218BDB (or 0x218BDB) is known color: Dodger Blue. HEX triplet: 21, 8B and DB. RGB value is (33,139,219). Sum of RGB (Red+Green+Blue) = 33+139+219=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 139 (54.69% from 255 or 35.55% 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 #218BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BDB is #DE7424. Grayscale: #747474. Windows color (decimal): -14578725 or 14388001. OLE color: 14388001.
HSL color Cylindrical-coordinate representation of color #218BDB: hue angle of 205.81º 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 #218BDB is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 139 | 219 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.14 |
| HSL | 205.81º | 0.74% | 0.49% | - |
| HSV(B) | 205.81º | 0.85% | 0.86% | - |
| XYZ | 22.65 | 23.9 | 70.44 | - |
| YUV | 116.43 | 185.88 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 219 | 0.85 | 0.37 | 0 | 0.14 | 205.81 | 0.74 | 0.49 |
| Hex | 21 | 8B | DB | 55 | 25 | 0 | E | CE | 4A | 31 |
| Octal | 41 | 213 | 333 | 125 | 45 | 0 | 16 | 316 | 112 | 61 |
| Binary | 100001 | 10001011 | 11011011 | 1010101 | 100101 | 0 | 1110 | 11001110 | 1001010 | 110001 |
Color Harmonies of #218BDB
Complementary color
Monochromatic Colors of #218BDB
Black with #218BDB
Text Example
Text Example
White with #218BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BDB; }
p { color: rgb(33,139,219); }
H1.HeaderClassName
{
color: #218BDB;
}
.AnyTagClassName
{
color: #218BDB;
}
</style>
background-color css
<style>
a { background-color: #218BDB; }
a { background-color: rgb(33,139,219); }
div.DivClassName
{
background-color: #218BDB;
}
.BgClassName
{
background-color: #218BDB;
}
</style>
border-color css
<style>
span { border-color: #218BDB; }
span { border-color: rgb(33,139,219); }
td.TdClassName
{
border-color: #218BDB;
}
.TagClassName
{
border-color: #218BDB;
}
</style>