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