Shades of Dodger Blue #2174FF
Tints of Dodger Blue #2174FF
RGB
CMYK
RGB Variations
Color information
#2174FF (or 0x2174FF) is known color: Dodger Blue. HEX triplet: 21, 74 and FF. RGB value is (33,116,255). Sum of RGB (Red+Green+Blue) = 33+116+255=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #2174FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2174FF is #DE8B00. Grayscale: #6A6A6A. Windows color (decimal): -14584577 or 16741409. OLE color: 16741409.
HSL color Cylindrical-coordinate representation of color #2174FF: hue angle of 217.57º 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 #2174FF is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 116 | 255 | - |
| CMYK | 0.87 | 0.55 | 0 | 0 |
| HSL | 217.57º | 1% | 0.56% | - |
| HSV(B) | 217.57º | 0.87% | 1% | - |
| XYZ | 24.92 | 20.03 | 97.16 | - |
| YUV | 107.03 | 211.5 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 255 | 0.87 | 0.55 | 0 | 0 | 217.57 | 1 | 0.56 |
| Hex | 21 | 74 | FF | 57 | 37 | 0 | 0 | DA | 64 | 38 |
| Octal | 41 | 164 | 377 | 127 | 67 | 0 | 0 | 332 | 144 | 70 |
| Binary | 100001 | 1110100 | 11111111 | 1010111 | 110111 | 0 | 0 | 11011010 | 1100100 | 111000 |
Color Harmonies of #2174FF
Complementary color
Monochromatic Colors of #2174FF
Black with #2174FF
Text Example
Text Example
White with #2174FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2174FF; }
p { color: rgb(33,116,255); }
H1.HeaderClassName
{
color: #2174FF;
}
.AnyTagClassName
{
color: #2174FF;
}
</style>
background-color css
<style>
a { background-color: #2174FF; }
a { background-color: rgb(33,116,255); }
div.DivClassName
{
background-color: #2174FF;
}
.BgClassName
{
background-color: #2174FF;
}
</style>
border-color css
<style>
span { border-color: #2174FF; }
span { border-color: rgb(33,116,255); }
td.TdClassName
{
border-color: #2174FF;
}
.TagClassName
{
border-color: #2174FF;
}
</style>