Shades of Dodger Blue #0073FE
Tints of Dodger Blue #0073FE
RGB
CMYK
RGB Variations
Color information
#0073FE (or 0x0073FE) is known color: Dodger Blue. HEX triplet: 00, 73 and FE. RGB value is (0,115,254). Sum of RGB (Red+Green+Blue) = 0+115+254=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #0073FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0073FE is #FF8C01. Grayscale: #5F5F5F. Windows color (decimal): -16747522 or 16675584. OLE color: 16675584.
HSL color Cylindrical-coordinate representation of color #0073FE: hue angle of 212.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0073FE is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 115 | 254 | - |
| CMYK | 1 | 0.55 | 0 | 0.00 |
| HSL | 212.83º | 1% | 0.5% | - |
| HSV(B) | 212.83º | 1% | 1% | - |
| XYZ | 24.02 | 19.42 | 96.25 | - |
| YUV | 96.46 | 216.9 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 254 | 1 | 0.55 | 0 | 0.00 | 212.83 | 1 | 0.5 |
| Hex | 0 | 73 | FE | 64 | 37 | 0 | 0 | D5 | 64 | 32 |
| Octal | 0 | 163 | 376 | 144 | 67 | 0 | 0 | 325 | 144 | 62 |
| Binary | 0 | 1110011 | 11111110 | 1100100 | 110111 | 0 | 0 | 11010101 | 1100100 | 110010 |
Color Harmonies of #0073FE
Complementary color
Monochromatic Colors of #0073FE
Black with #0073FE
Text Example
Text Example
White with #0073FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0073FE; }
p { color: rgb(0,115,254); }
H1.HeaderClassName
{
color: #0073FE;
}
.AnyTagClassName
{
color: #0073FE;
}
</style>
background-color css
<style>
a { background-color: #0073FE; }
a { background-color: rgb(0,115,254); }
div.DivClassName
{
background-color: #0073FE;
}
.BgClassName
{
background-color: #0073FE;
}
</style>
border-color css
<style>
span { border-color: #0073FE; }
span { border-color: rgb(0,115,254); }
td.TdClassName
{
border-color: #0073FE;
}
.TagClassName
{
border-color: #0073FE;
}
</style>