Shades of Dodger Blue #218DF6
Tints of Dodger Blue #218DF6
RGB
CMYK
RGB Variations
Color information
#218DF6 (or 0x218DF6) is known color: Dodger Blue. HEX triplet: 21, 8D and F6. RGB value is (33,141,246). Sum of RGB (Red+Green+Blue) = 33+141+246=420 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.86% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 246 (96.48% from 255 or 58.57% from 420); Max value from RGB is 246 - color contains mainly: blue. Hex color #218DF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218DF6 is #DE7209. Grayscale: #787878. Windows color (decimal): -14578186 or 16157985. OLE color: 16157985.
HSL color Cylindrical-coordinate representation of color #218DF6: hue angle of 209.58º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #218DF6 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 141 | 246 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.04 |
| HSL | 209.58º | 0.92% | 0.55% | - |
| HSV(B) | 209.58º | 0.87% | 0.96% | - |
| XYZ | 26.79 | 26.03 | 90.8 | - |
| YUV | 120.68 | 198.72 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 246 | 0.87 | 0.43 | 0 | 0.04 | 209.58 | 0.92 | 0.55 |
| Hex | 21 | 8D | F6 | 57 | 2B | 0 | 4 | D2 | 5C | 37 |
| Octal | 41 | 215 | 366 | 127 | 53 | 0 | 4 | 322 | 134 | 67 |
| Binary | 100001 | 10001101 | 11110110 | 1010111 | 101011 | 0 | 100 | 11010010 | 1011100 | 110111 |
Color Harmonies of #218DF6
Complementary color
Monochromatic Colors of #218DF6
Black with #218DF6
Text Example
Text Example
White with #218DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DF6; }
p { color: rgb(33,141,246); }
H1.HeaderClassName
{
color: #218DF6;
}
.AnyTagClassName
{
color: #218DF6;
}
</style>
background-color css
<style>
a { background-color: #218DF6; }
a { background-color: rgb(33,141,246); }
div.DivClassName
{
background-color: #218DF6;
}
.BgClassName
{
background-color: #218DF6;
}
</style>
border-color css
<style>
span { border-color: #218DF6; }
span { border-color: rgb(33,141,246); }
td.TdClassName
{
border-color: #218DF6;
}
.TagClassName
{
border-color: #218DF6;
}
</style>