Shades of Dodger Blue #218DFB
Tints of Dodger Blue #218DFB
RGB
CMYK
RGB Variations
Color information
#218DFB (or 0x218DFB) is known color: Dodger Blue. HEX triplet: 21, 8D and FB. RGB value is (33,141,251). Sum of RGB (Red+Green+Blue) = 33+141+251=425 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.76% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #218DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218DFB is #DE7204. Grayscale: #787878. Windows color (decimal): -14578181 or 16485665. OLE color: 16485665.
HSL color Cylindrical-coordinate representation of color #218DFB: hue angle of 210.28º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #218DFB is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 141 | 251 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.02 |
| HSL | 210.28º | 0.96% | 0.56% | - |
| HSV(B) | 210.28º | 0.87% | 0.98% | - |
| XYZ | 27.56 | 26.34 | 94.9 | - |
| YUV | 121.25 | 201.22 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 251 | 0.87 | 0.44 | 0 | 0.02 | 210.28 | 0.96 | 0.56 |
| Hex | 21 | 8D | FB | 57 | 2C | 0 | 2 | D2 | 60 | 38 |
| Octal | 41 | 215 | 373 | 127 | 54 | 0 | 2 | 322 | 140 | 70 |
| Binary | 100001 | 10001101 | 11111011 | 1010111 | 101100 | 0 | 10 | 11010010 | 1100000 | 111000 |
Color Harmonies of #218DFB
Complementary color
Monochromatic Colors of #218DFB
Black with #218DFB
Text Example
Text Example
White with #218DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DFB; }
p { color: rgb(33,141,251); }
H1.HeaderClassName
{
color: #218DFB;
}
.AnyTagClassName
{
color: #218DFB;
}
</style>
background-color css
<style>
a { background-color: #218DFB; }
a { background-color: rgb(33,141,251); }
div.DivClassName
{
background-color: #218DFB;
}
.BgClassName
{
background-color: #218DFB;
}
</style>
border-color css
<style>
span { border-color: #218DFB; }
span { border-color: rgb(33,141,251); }
td.TdClassName
{
border-color: #218DFB;
}
.TagClassName
{
border-color: #218DFB;
}
</style>