Shades of Dodger Blue #218BDA
Tints of Dodger Blue #218BDA
RGB
CMYK
RGB Variations
Color information
#218BDA (or 0x218BDA) is known color: Dodger Blue. HEX triplet: 21, 8B and DA. RGB value is (33,139,218). Sum of RGB (Red+Green+Blue) = 33+139+218=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #218BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BDA is #DE7425. Grayscale: #737373. Windows color (decimal): -14578726 or 14322465. OLE color: 14322465.
HSL color Cylindrical-coordinate representation of color #218BDA: hue angle of 205.62º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218BDA is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 139 | 218 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.15 |
| HSL | 205.62º | 0.74% | 0.49% | - |
| HSV(B) | 205.62º | 0.85% | 0.85% | - |
| XYZ | 22.51 | 23.85 | 69.75 | - |
| YUV | 116.31 | 185.38 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 218 | 0.85 | 0.36 | 0 | 0.15 | 205.62 | 0.74 | 0.49 |
| Hex | 21 | 8B | DA | 55 | 24 | 0 | F | CE | 4A | 31 |
| Octal | 41 | 213 | 332 | 125 | 44 | 0 | 17 | 316 | 112 | 61 |
| Binary | 100001 | 10001011 | 11011010 | 1010101 | 100100 | 0 | 1111 | 11001110 | 1001010 | 110001 |
Color Harmonies of #218BDA
Complementary color
Monochromatic Colors of #218BDA
Black with #218BDA
Text Example
Text Example
White with #218BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218BDA; }
p { color: rgb(33,139,218); }
H1.HeaderClassName
{
color: #218BDA;
}
.AnyTagClassName
{
color: #218BDA;
}
</style>
background-color css
<style>
a { background-color: #218BDA; }
a { background-color: rgb(33,139,218); }
div.DivClassName
{
background-color: #218BDA;
}
.BgClassName
{
background-color: #218BDA;
}
</style>
border-color css
<style>
span { border-color: #218BDA; }
span { border-color: rgb(33,139,218); }
td.TdClassName
{
border-color: #218BDA;
}
.TagClassName
{
border-color: #218BDA;
}
</style>