Shades of Dodger Blue #216AFF
Tints of Dodger Blue #216AFF
RGB
CMYK
RGB Variations
Color information
#216AFF (or 0x216AFF) is known color: Dodger Blue. HEX triplet: 21, 6A and FF. RGB value is (33,106,255). Sum of RGB (Red+Green+Blue) = 33+106+255=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #216AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216AFF is #DE9500. Grayscale: #646464. Windows color (decimal): -14587137 or 16738849. OLE color: 16738849.
HSL color Cylindrical-coordinate representation of color #216AFF: hue angle of 220.27º 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 #216AFF is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 106 | 255 | - |
| CMYK | 0.87 | 0.58 | 0 | 0 |
| HSL | 220.27º | 1% | 0.56% | - |
| HSV(B) | 220.27º | 0.87% | 1% | - |
| XYZ | 23.83 | 17.85 | 96.8 | - |
| YUV | 101.16 | 214.82 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 106 | 255 | 0.87 | 0.58 | 0 | 0 | 220.27 | 1 | 0.56 |
| Hex | 21 | 6A | FF | 57 | 3A | 0 | 0 | DC | 64 | 38 |
| Octal | 41 | 152 | 377 | 127 | 72 | 0 | 0 | 334 | 144 | 70 |
| Binary | 100001 | 1101010 | 11111111 | 1010111 | 111010 | 0 | 0 | 11011100 | 1100100 | 111000 |
Color Harmonies of #216AFF
Complementary color
Monochromatic Colors of #216AFF
Black with #216AFF
Text Example
Text Example
White with #216AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216AFF; }
p { color: rgb(33,106,255); }
H1.HeaderClassName
{
color: #216AFF;
}
.AnyTagClassName
{
color: #216AFF;
}
</style>
background-color css
<style>
a { background-color: #216AFF; }
a { background-color: rgb(33,106,255); }
div.DivClassName
{
background-color: #216AFF;
}
.BgClassName
{
background-color: #216AFF;
}
</style>
border-color css
<style>
span { border-color: #216AFF; }
span { border-color: rgb(33,106,255); }
td.TdClassName
{
border-color: #216AFF;
}
.TagClassName
{
border-color: #216AFF;
}
</style>