Shades of Dodger Blue #218DFE
Tints of Dodger Blue #218DFE
RGB
CMYK
RGB Variations
Color information
#218DFE (or 0x218DFE) is known color: Dodger Blue. HEX triplet: 21, 8D and FE. RGB value is (33,141,254). Sum of RGB (Red+Green+Blue) = 33+141+254=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #218DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218DFE is #DE7201. Grayscale: #797979. Windows color (decimal): -14578178 or 16682273. OLE color: 16682273.
HSL color Cylindrical-coordinate representation of color #218DFE: hue angle of 210.68º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #218DFE is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 141 | 254 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.00 |
| HSL | 210.68º | 0.99% | 0.56% | - |
| HSV(B) | 210.68º | 0.87% | 1% | - |
| XYZ | 28.04 | 26.53 | 97.41 | - |
| YUV | 121.59 | 202.72 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 254 | 0.87 | 0.44 | 0 | 0.00 | 210.68 | 0.99 | 0.56 |
| Hex | 21 | 8D | FE | 57 | 2C | 0 | 0 | D3 | 63 | 38 |
| Octal | 41 | 215 | 376 | 127 | 54 | 0 | 0 | 323 | 143 | 70 |
| Binary | 100001 | 10001101 | 11111110 | 1010111 | 101100 | 0 | 0 | 11010011 | 1100011 | 111000 |
Color Harmonies of #218DFE
Complementary color
Monochromatic Colors of #218DFE
Black with #218DFE
Text Example
Text Example
White with #218DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218DFE; }
p { color: rgb(33,141,254); }
H1.HeaderClassName
{
color: #218DFE;
}
.AnyTagClassName
{
color: #218DFE;
}
</style>
background-color css
<style>
a { background-color: #218DFE; }
a { background-color: rgb(33,141,254); }
div.DivClassName
{
background-color: #218DFE;
}
.BgClassName
{
background-color: #218DFE;
}
</style>
border-color css
<style>
span { border-color: #218DFE; }
span { border-color: rgb(33,141,254); }
td.TdClassName
{
border-color: #218DFE;
}
.TagClassName
{
border-color: #218DFE;
}
</style>