Shades of Dodger Blue #2174FA
Tints of Dodger Blue #2174FA
RGB
CMYK
RGB Variations
Color information
#2174FA (or 0x2174FA) is known color: Dodger Blue. HEX triplet: 21, 74 and FA. RGB value is (33,116,250). Sum of RGB (Red+Green+Blue) = 33+116+250=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #2174FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2174FA is #DE8B05. Grayscale: #696969. Windows color (decimal): -14584582 or 16413729. OLE color: 16413729.
HSL color Cylindrical-coordinate representation of color #2174FA: hue angle of 217.05º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2174FA is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 116 | 250 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.02 |
| HSL | 217.05º | 0.96% | 0.55% | - |
| HSV(B) | 217.05º | 0.87% | 0.98% | - |
| XYZ | 24.13 | 19.72 | 92.98 | - |
| YUV | 106.46 | 209 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 250 | 0.87 | 0.54 | 0 | 0.02 | 217.05 | 0.96 | 0.55 |
| Hex | 21 | 74 | FA | 57 | 36 | 0 | 2 | D9 | 60 | 37 |
| Octal | 41 | 164 | 372 | 127 | 66 | 0 | 2 | 331 | 140 | 67 |
| Binary | 100001 | 1110100 | 11111010 | 1010111 | 110110 | 0 | 10 | 11011001 | 1100000 | 110111 |
Color Harmonies of #2174FA
Complementary color
Monochromatic Colors of #2174FA
Black with #2174FA
Text Example
Text Example
White with #2174FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2174FA; }
p { color: rgb(33,116,250); }
H1.HeaderClassName
{
color: #2174FA;
}
.AnyTagClassName
{
color: #2174FA;
}
</style>
background-color css
<style>
a { background-color: #2174FA; }
a { background-color: rgb(33,116,250); }
div.DivClassName
{
background-color: #2174FA;
}
.BgClassName
{
background-color: #2174FA;
}
</style>
border-color css
<style>
span { border-color: #2174FA; }
span { border-color: rgb(33,116,250); }
td.TdClassName
{
border-color: #2174FA;
}
.TagClassName
{
border-color: #2174FA;
}
</style>