Shades of Dodger Blue #2179ED
Tints of Dodger Blue #2179ED
RGB
CMYK
RGB Variations
Color information
#2179ED (or 0x2179ED) is known color: Dodger Blue. HEX triplet: 21, 79 and ED. RGB value is (33,121,237). Sum of RGB (Red+Green+Blue) = 33+121+237=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #2179ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2179ED is #DE8612. Grayscale: #6B6B6B. Windows color (decimal): -14583315 or 15563041. OLE color: 15563041.
HSL color Cylindrical-coordinate representation of color #2179ED: hue angle of 214.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2179ED is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 121 | 237 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.07 |
| HSL | 214.12º | 0.85% | 0.53% | - |
| HSV(B) | 214.12º | 0.86% | 0.93% | - |
| XYZ | 22.75 | 20.11 | 82.8 | - |
| YUV | 107.91 | 200.85 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 121 | 237 | 0.86 | 0.49 | 0 | 0.07 | 214.12 | 0.85 | 0.53 |
| Hex | 21 | 79 | ED | 56 | 31 | 0 | 7 | D6 | 55 | 35 |
| Octal | 41 | 171 | 355 | 126 | 61 | 0 | 7 | 326 | 125 | 65 |
| Binary | 100001 | 1111001 | 11101101 | 1010110 | 110001 | 0 | 111 | 11010110 | 1010101 | 110101 |
Color Harmonies of #2179ED
Complementary color
Monochromatic Colors of #2179ED
Black with #2179ED
Text Example
Text Example
White with #2179ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2179ED; }
p { color: rgb(33,121,237); }
H1.HeaderClassName
{
color: #2179ED;
}
.AnyTagClassName
{
color: #2179ED;
}
</style>
background-color css
<style>
a { background-color: #2179ED; }
a { background-color: rgb(33,121,237); }
div.DivClassName
{
background-color: #2179ED;
}
.BgClassName
{
background-color: #2179ED;
}
</style>
border-color css
<style>
span { border-color: #2179ED; }
span { border-color: rgb(33,121,237); }
td.TdClassName
{
border-color: #2179ED;
}
.TagClassName
{
border-color: #2179ED;
}
</style>