Shades of Dodger Blue #218AED
Tints of Dodger Blue #218AED
RGB
CMYK
RGB Variations
Color information
#218AED (or 0x218AED) is known color: Dodger Blue. HEX triplet: 21, 8A and ED. RGB value is (33,138,237). Sum of RGB (Red+Green+Blue) = 33+138+237=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #218AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218AED is #DE7512. Grayscale: #757575. Windows color (decimal): -14578963 or 15567393. OLE color: 15567393.
HSL color Cylindrical-coordinate representation of color #218AED: hue angle of 209.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218AED is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 138 | 237 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.07 |
| HSL | 209.12º | 0.85% | 0.53% | - |
| HSV(B) | 209.12º | 0.86% | 0.93% | - |
| XYZ | 25 | 24.61 | 83.55 | - |
| YUV | 117.89 | 195.21 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 237 | 0.86 | 0.42 | 0 | 0.07 | 209.12 | 0.85 | 0.53 |
| Hex | 21 | 8A | ED | 56 | 2A | 0 | 7 | D1 | 55 | 35 |
| Octal | 41 | 212 | 355 | 126 | 52 | 0 | 7 | 321 | 125 | 65 |
| Binary | 100001 | 10001010 | 11101101 | 1010110 | 101010 | 0 | 111 | 11010001 | 1010101 | 110101 |
Color Harmonies of #218AED
Complementary color
Monochromatic Colors of #218AED
Black with #218AED
Text Example
Text Example
White with #218AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218AED; }
p { color: rgb(33,138,237); }
H1.HeaderClassName
{
color: #218AED;
}
.AnyTagClassName
{
color: #218AED;
}
</style>
background-color css
<style>
a { background-color: #218AED; }
a { background-color: rgb(33,138,237); }
div.DivClassName
{
background-color: #218AED;
}
.BgClassName
{
background-color: #218AED;
}
</style>
border-color css
<style>
span { border-color: #218AED; }
span { border-color: rgb(33,138,237); }
td.TdClassName
{
border-color: #218AED;
}
.TagClassName
{
border-color: #218AED;
}
</style>