Shades of Dodger Blue #216DFE
Tints of Dodger Blue #216DFE
RGB
CMYK
RGB Variations
Color information
#216DFE (or 0x216DFE) is known color: Dodger Blue. HEX triplet: 21, 6D and FE. RGB value is (33,109,254). Sum of RGB (Red+Green+Blue) = 33+109+254=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #216DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216DFE is #DE9201. Grayscale: #666666. Windows color (decimal): -14586370 or 16674081. OLE color: 16674081.
HSL color Cylindrical-coordinate representation of color #216DFE: hue angle of 219.37º 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 #216DFE is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 109 | 254 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.00 |
| HSL | 219.37º | 0.99% | 0.56% | - |
| HSV(B) | 219.37º | 0.87% | 1% | - |
| XYZ | 23.99 | 18.42 | 96.06 | - |
| YUV | 102.81 | 213.32 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 254 | 0.87 | 0.57 | 0 | 0.00 | 219.37 | 0.99 | 0.56 |
| Hex | 21 | 6D | FE | 57 | 39 | 0 | 0 | DB | 63 | 38 |
| Octal | 41 | 155 | 376 | 127 | 71 | 0 | 0 | 333 | 143 | 70 |
| Binary | 100001 | 1101101 | 11111110 | 1010111 | 111001 | 0 | 0 | 11011011 | 1100011 | 111000 |
Color Harmonies of #216DFE
Complementary color
Monochromatic Colors of #216DFE
Black with #216DFE
Text Example
Text Example
White with #216DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216DFE; }
p { color: rgb(33,109,254); }
H1.HeaderClassName
{
color: #216DFE;
}
.AnyTagClassName
{
color: #216DFE;
}
</style>
background-color css
<style>
a { background-color: #216DFE; }
a { background-color: rgb(33,109,254); }
div.DivClassName
{
background-color: #216DFE;
}
.BgClassName
{
background-color: #216DFE;
}
</style>
border-color css
<style>
span { border-color: #216DFE; }
span { border-color: rgb(33,109,254); }
td.TdClassName
{
border-color: #216DFE;
}
.TagClassName
{
border-color: #216DFE;
}
</style>