Shades of Dodger Blue #2172F1
Tints of Dodger Blue #2172F1
RGB
CMYK
RGB Variations
Color information
#2172F1 (or 0x2172F1) is known color: Dodger Blue. HEX triplet: 21, 72 and F1. RGB value is (33,114,241). Sum of RGB (Red+Green+Blue) = 33+114+241=388 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.51% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #2172F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2172F1 is #DE8D0E. Grayscale: #676767. Windows color (decimal): -14585103 or 15823393. OLE color: 15823393.
HSL color Cylindrical-coordinate representation of color #2172F1: hue angle of 216.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2172F1 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 114 | 241 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.05 |
| HSL | 216.63º | 0.88% | 0.54% | - |
| HSV(B) | 216.63º | 0.86% | 0.95% | - |
| XYZ | 22.52 | 18.71 | 85.64 | - |
| YUV | 104.26 | 205.16 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 241 | 0.86 | 0.53 | 0 | 0.05 | 216.63 | 0.88 | 0.54 |
| Hex | 21 | 72 | F1 | 56 | 35 | 0 | 5 | D9 | 58 | 36 |
| Octal | 41 | 162 | 361 | 126 | 65 | 0 | 5 | 331 | 130 | 66 |
| Binary | 100001 | 1110010 | 11110001 | 1010110 | 110101 | 0 | 101 | 11011001 | 1011000 | 110110 |
Color Harmonies of #2172F1
Complementary color
Monochromatic Colors of #2172F1
Black with #2172F1
Text Example
Text Example
White with #2172F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2172F1; }
p { color: rgb(33,114,241); }
H1.HeaderClassName
{
color: #2172F1;
}
.AnyTagClassName
{
color: #2172F1;
}
</style>
background-color css
<style>
a { background-color: #2172F1; }
a { background-color: rgb(33,114,241); }
div.DivClassName
{
background-color: #2172F1;
}
.BgClassName
{
background-color: #2172F1;
}
</style>
border-color css
<style>
span { border-color: #2172F1; }
span { border-color: rgb(33,114,241); }
td.TdClassName
{
border-color: #2172F1;
}
.TagClassName
{
border-color: #2172F1;
}
</style>