Shades of Dodger Blue #2173FC
Tints of Dodger Blue #2173FC
RGB
CMYK
RGB Variations
Color information
#2173FC (or 0x2173FC) is known color: Dodger Blue. HEX triplet: 21, 73 and FC. RGB value is (33,115,252). Sum of RGB (Red+Green+Blue) = 33+115+252=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #2173FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2173FC is #DE8C03. Grayscale: #696969. Windows color (decimal): -14584836 or 16544545. OLE color: 16544545.
HSL color Cylindrical-coordinate representation of color #2173FC: hue angle of 217.53º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2173FC is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 115 | 252 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.01 |
| HSL | 217.53º | 0.97% | 0.56% | - |
| HSV(B) | 217.53º | 0.87% | 0.99% | - |
| XYZ | 24.33 | 19.61 | 94.6 | - |
| YUV | 106.1 | 210.33 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 252 | 0.87 | 0.54 | 0 | 0.01 | 217.53 | 0.97 | 0.56 |
| Hex | 21 | 73 | FC | 57 | 36 | 0 | 1 | DA | 61 | 38 |
| Octal | 41 | 163 | 374 | 127 | 66 | 0 | 1 | 332 | 141 | 70 |
| Binary | 100001 | 1110011 | 11111100 | 1010111 | 110110 | 0 | 1 | 11011010 | 1100001 | 111000 |
Color Harmonies of #2173FC
Complementary color
Monochromatic Colors of #2173FC
Black with #2173FC
Text Example
Text Example
White with #2173FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2173FC; }
p { color: rgb(33,115,252); }
H1.HeaderClassName
{
color: #2173FC;
}
.AnyTagClassName
{
color: #2173FC;
}
</style>
background-color css
<style>
a { background-color: #2173FC; }
a { background-color: rgb(33,115,252); }
div.DivClassName
{
background-color: #2173FC;
}
.BgClassName
{
background-color: #2173FC;
}
</style>
border-color css
<style>
span { border-color: #2173FC; }
span { border-color: rgb(33,115,252); }
td.TdClassName
{
border-color: #2173FC;
}
.TagClassName
{
border-color: #2173FC;
}
</style>