Shades of Dodger Blue #2179F0
Tints of Dodger Blue #2179F0
RGB
CMYK
RGB Variations
Color information
#2179F0 (or 0x2179F0) is known color: Dodger Blue. HEX triplet: 21, 79 and F0. RGB value is (33,121,240). Sum of RGB (Red+Green+Blue) = 33+121+240=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 240 (94.14% from 255 or 60.91% from 394); Max value from RGB is 240 - color contains mainly: blue. Hex color #2179F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2179F0 is #DE860F. Grayscale: #6B6B6B. Windows color (decimal): -14583312 or 15759649. OLE color: 15759649.
HSL color Cylindrical-coordinate representation of color #2179F0: hue angle of 214.49º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2179F0 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 121 | 240 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.06 |
| HSL | 214.49º | 0.87% | 0.54% | - |
| HSV(B) | 214.49º | 0.86% | 0.94% | - |
| XYZ | 23.19 | 20.29 | 85.13 | - |
| YUV | 108.25 | 202.35 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 121 | 240 | 0.86 | 0.50 | 0 | 0.06 | 214.49 | 0.87 | 0.54 |
| Hex | 21 | 79 | F0 | 56 | 32 | 0 | 6 | D6 | 57 | 36 |
| Octal | 41 | 171 | 360 | 126 | 62 | 0 | 6 | 326 | 127 | 66 |
| Binary | 100001 | 1111001 | 11110000 | 1010110 | 110010 | 0 | 110 | 11010110 | 1010111 | 110110 |
Color Harmonies of #2179F0
Complementary color
Monochromatic Colors of #2179F0
Black with #2179F0
Text Example
Text Example
White with #2179F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2179F0; }
p { color: rgb(33,121,240); }
H1.HeaderClassName
{
color: #2179F0;
}
.AnyTagClassName
{
color: #2179F0;
}
</style>
background-color css
<style>
a { background-color: #2179F0; }
a { background-color: rgb(33,121,240); }
div.DivClassName
{
background-color: #2179F0;
}
.BgClassName
{
background-color: #2179F0;
}
</style>
border-color css
<style>
span { border-color: #2179F0; }
span { border-color: rgb(33,121,240); }
td.TdClassName
{
border-color: #2179F0;
}
.TagClassName
{
border-color: #2179F0;
}
</style>