Shades of Dodger Blue #216EFF
Tints of Dodger Blue #216EFF
RGB
CMYK
RGB Variations
Color information
#216EFF (or 0x216EFF) is known color: Dodger Blue. HEX triplet: 21, 6E and FF. RGB value is (33,110,255). Sum of RGB (Red+Green+Blue) = 33+110+255=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #216EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216EFF is #DE9100. Grayscale: #666666. Windows color (decimal): -14586113 or 16739873. OLE color: 16739873.
HSL color Cylindrical-coordinate representation of color #216EFF: hue angle of 219.19º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #216EFF is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 110 | 255 | - |
| CMYK | 0.87 | 0.57 | 0 | 0 |
| HSL | 219.19º | 1% | 0.56% | - |
| HSV(B) | 219.19º | 0.87% | 1% | - |
| XYZ | 24.25 | 18.7 | 96.94 | - |
| YUV | 103.51 | 213.49 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 255 | 0.87 | 0.57 | 0 | 0 | 219.19 | 1 | 0.56 |
| Hex | 21 | 6E | FF | 57 | 39 | 0 | 0 | DB | 64 | 38 |
| Octal | 41 | 156 | 377 | 127 | 71 | 0 | 0 | 333 | 144 | 70 |
| Binary | 100001 | 1101110 | 11111111 | 1010111 | 111001 | 0 | 0 | 11011011 | 1100100 | 111000 |
Color Harmonies of #216EFF
Complementary color
Monochromatic Colors of #216EFF
Black with #216EFF
Text Example
Text Example
White with #216EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216EFF; }
p { color: rgb(33,110,255); }
H1.HeaderClassName
{
color: #216EFF;
}
.AnyTagClassName
{
color: #216EFF;
}
</style>
background-color css
<style>
a { background-color: #216EFF; }
a { background-color: rgb(33,110,255); }
div.DivClassName
{
background-color: #216EFF;
}
.BgClassName
{
background-color: #216EFF;
}
</style>
border-color css
<style>
span { border-color: #216EFF; }
span { border-color: rgb(33,110,255); }
td.TdClassName
{
border-color: #216EFF;
}
.TagClassName
{
border-color: #216EFF;
}
</style>