Shades of Dodger Blue #0173FD
Tints of Dodger Blue #0173FD
RGB
CMYK
RGB Variations
Color information
#0173FD (or 0x0173FD) is known color: Dodger Blue. HEX triplet: 01, 73 and FD. RGB value is (1,115,253). Sum of RGB (Red+Green+Blue) = 1+115+253=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #0173FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0173FD is #FE8C02. Grayscale: #5F5F5F. Windows color (decimal): -16681987 or 16610049. OLE color: 16610049.
HSL color Cylindrical-coordinate representation of color #0173FD: hue angle of 212.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0173FD is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 115 | 253 | - |
| CMYK | 1.00 | 0.55 | 0 | 0.01 |
| HSL | 212.86º | 0.99% | 0.5% | - |
| HSV(B) | 212.86º | 1% | 0.99% | - |
| XYZ | 23.87 | 19.36 | 95.41 | - |
| YUV | 96.65 | 216.23 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 253 | 1.00 | 0.55 | 0 | 0.01 | 212.86 | 0.99 | 0.5 |
| Hex | 1 | 73 | FD | 64 | 37 | 0 | 1 | D5 | 63 | 32 |
| Octal | 1 | 163 | 375 | 144 | 67 | 0 | 1 | 325 | 143 | 62 |
| Binary | 1 | 1110011 | 11111101 | 1100100 | 110111 | 0 | 1 | 11010101 | 1100011 | 110010 |
Color Harmonies of #0173FD
Complementary color
Monochromatic Colors of #0173FD
Black with #0173FD
Text Example
Text Example
White with #0173FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0173FD; }
p { color: rgb(1,115,253); }
H1.HeaderClassName
{
color: #0173FD;
}
.AnyTagClassName
{
color: #0173FD;
}
</style>
background-color css
<style>
a { background-color: #0173FD; }
a { background-color: rgb(1,115,253); }
div.DivClassName
{
background-color: #0173FD;
}
.BgClassName
{
background-color: #0173FD;
}
</style>
border-color css
<style>
span { border-color: #0173FD; }
span { border-color: rgb(1,115,253); }
td.TdClassName
{
border-color: #0173FD;
}
.TagClassName
{
border-color: #0173FD;
}
</style>