Shades of Dodger Blue #0071FE
Tints of Dodger Blue #0071FE
RGB
CMYK
RGB Variations
Color information
#0071FE (or 0x0071FE) is known color: Dodger Blue. HEX triplet: 00, 71 and FE. RGB value is (0,113,254). Sum of RGB (Red+Green+Blue) = 0+113+254=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #0071FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0071FE is #FF8E01. Grayscale: #5E5E5E. Windows color (decimal): -16748034 or 16675072. OLE color: 16675072.
HSL color Cylindrical-coordinate representation of color #0071FE: hue angle of 213.31º 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 #0071FE is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 113 | 254 | - |
| CMYK | 1 | 0.56 | 0 | 0.00 |
| HSL | 213.31º | 1% | 0.5% | - |
| HSV(B) | 213.31º | 1% | 1% | - |
| XYZ | 23.79 | 18.97 | 96.17 | - |
| YUV | 95.29 | 217.56 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 254 | 1 | 0.56 | 0 | 0.00 | 213.31 | 1 | 0.5 |
| Hex | 0 | 71 | FE | 64 | 38 | 0 | 0 | D5 | 64 | 32 |
| Octal | 0 | 161 | 376 | 144 | 70 | 0 | 0 | 325 | 144 | 62 |
| Binary | 0 | 1110001 | 11111110 | 1100100 | 111000 | 0 | 0 | 11010101 | 1100100 | 110010 |
Color Harmonies of #0071FE
Complementary color
Monochromatic Colors of #0071FE
Black with #0071FE
Text Example
Text Example
White with #0071FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0071FE; }
p { color: rgb(0,113,254); }
H1.HeaderClassName
{
color: #0071FE;
}
.AnyTagClassName
{
color: #0071FE;
}
</style>
background-color css
<style>
a { background-color: #0071FE; }
a { background-color: rgb(0,113,254); }
div.DivClassName
{
background-color: #0071FE;
}
.BgClassName
{
background-color: #0071FE;
}
</style>
border-color css
<style>
span { border-color: #0071FE; }
span { border-color: rgb(0,113,254); }
td.TdClassName
{
border-color: #0071FE;
}
.TagClassName
{
border-color: #0071FE;
}
</style>