Shades of Dodger Blue #2168FF
Tints of Dodger Blue #2168FF
RGB
CMYK
RGB Variations
Color information
#2168FF (or 0x2168FF) is known color: Dodger Blue. HEX triplet: 21, 68 and FF. RGB value is (33,104,255). Sum of RGB (Red+Green+Blue) = 33+104+255=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #2168FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2168FF is #DE9700. Grayscale: #636363. Windows color (decimal): -14587649 or 16738337. OLE color: 16738337.
HSL color Cylindrical-coordinate representation of color #2168FF: hue angle of 220.81º 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 #2168FF is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 104 | 255 | - |
| CMYK | 0.87 | 0.59 | 0 | 0 |
| HSL | 220.81º | 1% | 0.56% | - |
| HSV(B) | 220.81º | 0.87% | 1% | - |
| XYZ | 23.63 | 17.44 | 96.73 | - |
| YUV | 99.99 | 215.48 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 255 | 0.87 | 0.59 | 0 | 0 | 220.81 | 1 | 0.56 |
| Hex | 21 | 68 | FF | 57 | 3B | 0 | 0 | DD | 64 | 38 |
| Octal | 41 | 150 | 377 | 127 | 73 | 0 | 0 | 335 | 144 | 70 |
| Binary | 100001 | 1101000 | 11111111 | 1010111 | 111011 | 0 | 0 | 11011101 | 1100100 | 111000 |
Color Harmonies of #2168FF
Complementary color
Monochromatic Colors of #2168FF
Black with #2168FF
Text Example
Text Example
White with #2168FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2168FF; }
p { color: rgb(33,104,255); }
H1.HeaderClassName
{
color: #2168FF;
}
.AnyTagClassName
{
color: #2168FF;
}
</style>
background-color css
<style>
a { background-color: #2168FF; }
a { background-color: rgb(33,104,255); }
div.DivClassName
{
background-color: #2168FF;
}
.BgClassName
{
background-color: #2168FF;
}
</style>
border-color css
<style>
span { border-color: #2168FF; }
span { border-color: rgb(33,104,255); }
td.TdClassName
{
border-color: #2168FF;
}
.TagClassName
{
border-color: #2168FF;
}
</style>