Shades of Dodger Blue #218DF1
Tints of Dodger Blue #218DF1
RGB
CMYK
RGB Variations
Color information
#218DF1 (or 0x218DF1) is known color: Dodger Blue. HEX triplet: 21, 8D and F1. RGB value is (33,141,241). Sum of RGB (Red+Green+Blue) = 33+141+241=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #218DF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218DF1 is #DE720E. Grayscale: #777777. Windows color (decimal): -14578191 or 15830305. OLE color: 15830305.
HSL color Cylindrical-coordinate representation of color #218DF1: hue angle of 208.85º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218DF1 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 141 | 241 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.05 |
| HSL | 208.85º | 0.88% | 0.54% | - |
| HSV(B) | 208.85º | 0.86% | 0.95% | - |
| XYZ | 26.03 | 25.72 | 86.81 | - |
| YUV | 120.11 | 196.22 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 241 | 0.86 | 0.41 | 0 | 0.05 | 208.85 | 0.88 | 0.54 |
| Hex | 21 | 8D | F1 | 56 | 29 | 0 | 5 | D1 | 58 | 36 |
| Octal | 41 | 215 | 361 | 126 | 51 | 0 | 5 | 321 | 130 | 66 |
| Binary | 100001 | 10001101 | 11110001 | 1010110 | 101001 | 0 | 101 | 11010001 | 1011000 | 110110 |
Color Harmonies of #218DF1
Complementary color
Monochromatic Colors of #218DF1
Black with #218DF1
Text Example
Text Example
White with #218DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DF1; }
p { color: rgb(33,141,241); }
H1.HeaderClassName
{
color: #218DF1;
}
.AnyTagClassName
{
color: #218DF1;
}
</style>
background-color css
<style>
a { background-color: #218DF1; }
a { background-color: rgb(33,141,241); }
div.DivClassName
{
background-color: #218DF1;
}
.BgClassName
{
background-color: #218DF1;
}
</style>
border-color css
<style>
span { border-color: #218DF1; }
span { border-color: rgb(33,141,241); }
td.TdClassName
{
border-color: #218DF1;
}
.TagClassName
{
border-color: #218DF1;
}
</style>