Shades of Dodger Blue #218CDA
Tints of Dodger Blue #218CDA
RGB
CMYK
RGB Variations
Color information
#218CDA (or 0x218CDA) is known color: Dodger Blue. HEX triplet: 21, 8C and DA. RGB value is (33,140,218). Sum of RGB (Red+Green+Blue) = 33+140+218=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #218CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218CDA is #DE7325. Grayscale: #747474. Windows color (decimal): -14578470 or 14322721. OLE color: 14322721.
HSL color Cylindrical-coordinate representation of color #218CDA: hue angle of 205.3º 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 #218CDA is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 140 | 218 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.15 |
| HSL | 205.3º | 0.74% | 0.49% | - |
| HSV(B) | 205.3º | 0.85% | 0.85% | - |
| XYZ | 22.66 | 24.14 | 69.8 | - |
| YUV | 116.9 | 185.05 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 218 | 0.85 | 0.36 | 0 | 0.15 | 205.3 | 0.74 | 0.49 |
| Hex | 21 | 8C | DA | 55 | 24 | 0 | F | CD | 4A | 31 |
| Octal | 41 | 214 | 332 | 125 | 44 | 0 | 17 | 315 | 112 | 61 |
| Binary | 100001 | 10001100 | 11011010 | 1010101 | 100100 | 0 | 1111 | 11001101 | 1001010 | 110001 |
Color Harmonies of #218CDA
Complementary color
Monochromatic Colors of #218CDA
Black with #218CDA
Text Example
Text Example
White with #218CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218CDA; }
p { color: rgb(33,140,218); }
H1.HeaderClassName
{
color: #218CDA;
}
.AnyTagClassName
{
color: #218CDA;
}
</style>
background-color css
<style>
a { background-color: #218CDA; }
a { background-color: rgb(33,140,218); }
div.DivClassName
{
background-color: #218CDA;
}
.BgClassName
{
background-color: #218CDA;
}
</style>
border-color css
<style>
span { border-color: #218CDA; }
span { border-color: rgb(33,140,218); }
td.TdClassName
{
border-color: #218CDA;
}
.TagClassName
{
border-color: #218CDA;
}
</style>