Shades of Dodger Blue #216CFF
Tints of Dodger Blue #216CFF
RGB
CMYK
RGB Variations
Color information
#216CFF (or 0x216CFF) is known color: Dodger Blue. HEX triplet: 21, 6C and FF. RGB value is (33,108,255). Sum of RGB (Red+Green+Blue) = 33+108+255=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #216CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216CFF is #DE9300. Grayscale: #656565. Windows color (decimal): -14586625 or 16739361. OLE color: 16739361.
HSL color Cylindrical-coordinate representation of color #216CFF: hue angle of 219.73º 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 #216CFF is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 108 | 255 | - |
| CMYK | 0.87 | 0.58 | 0 | 0 |
| HSL | 219.73º | 1% | 0.56% | - |
| HSV(B) | 219.73º | 0.87% | 1% | - |
| XYZ | 24.04 | 18.27 | 96.87 | - |
| YUV | 102.33 | 214.15 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 255 | 0.87 | 0.58 | 0 | 0 | 219.73 | 1 | 0.56 |
| Hex | 21 | 6C | FF | 57 | 3A | 0 | 0 | DC | 64 | 38 |
| Octal | 41 | 154 | 377 | 127 | 72 | 0 | 0 | 334 | 144 | 70 |
| Binary | 100001 | 1101100 | 11111111 | 1010111 | 111010 | 0 | 0 | 11011100 | 1100100 | 111000 |
Color Harmonies of #216CFF
Complementary color
Monochromatic Colors of #216CFF
Black with #216CFF
Text Example
Text Example
White with #216CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216CFF; }
p { color: rgb(33,108,255); }
H1.HeaderClassName
{
color: #216CFF;
}
.AnyTagClassName
{
color: #216CFF;
}
</style>
background-color css
<style>
a { background-color: #216CFF; }
a { background-color: rgb(33,108,255); }
div.DivClassName
{
background-color: #216CFF;
}
.BgClassName
{
background-color: #216CFF;
}
</style>
border-color css
<style>
span { border-color: #216CFF; }
span { border-color: rgb(33,108,255); }
td.TdClassName
{
border-color: #216CFF;
}
.TagClassName
{
border-color: #216CFF;
}
</style>