Shades of Dodger Blue #2172FE
Tints of Dodger Blue #2172FE
RGB
CMYK
RGB Variations
Color information
#2172FE (or 0x2172FE) is known color: Dodger Blue. HEX triplet: 21, 72 and FE. RGB value is (33,114,254). Sum of RGB (Red+Green+Blue) = 33+114+254=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #2172FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2172FE is #DE8D01. Grayscale: #696969. Windows color (decimal): -14585090 or 16675361. OLE color: 16675361.
HSL color Cylindrical-coordinate representation of color #2172FE: hue angle of 218.01º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2172FE is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 114 | 254 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.00 |
| HSL | 218.01º | 0.99% | 0.56% | - |
| HSV(B) | 218.01º | 0.87% | 1% | - |
| XYZ | 24.53 | 19.51 | 96.24 | - |
| YUV | 105.74 | 211.66 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 254 | 0.87 | 0.55 | 0 | 0.00 | 218.01 | 0.99 | 0.56 |
| Hex | 21 | 72 | FE | 57 | 37 | 0 | 0 | DA | 63 | 38 |
| Octal | 41 | 162 | 376 | 127 | 67 | 0 | 0 | 332 | 143 | 70 |
| Binary | 100001 | 1110010 | 11111110 | 1010111 | 110111 | 0 | 0 | 11011010 | 1100011 | 111000 |
Color Harmonies of #2172FE
Complementary color
Monochromatic Colors of #2172FE
Black with #2172FE
Text Example
Text Example
White with #2172FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2172FE; }
p { color: rgb(33,114,254); }
H1.HeaderClassName
{
color: #2172FE;
}
.AnyTagClassName
{
color: #2172FE;
}
</style>
background-color css
<style>
a { background-color: #2172FE; }
a { background-color: rgb(33,114,254); }
div.DivClassName
{
background-color: #2172FE;
}
.BgClassName
{
background-color: #2172FE;
}
</style>
border-color css
<style>
span { border-color: #2172FE; }
span { border-color: rgb(33,114,254); }
td.TdClassName
{
border-color: #2172FE;
}
.TagClassName
{
border-color: #2172FE;
}
</style>