Shades of Dodger Blue #0070FF
Tints of Dodger Blue #0070FF
RGB
CMYK
RGB Variations
Color information
#0070FF (or 0x0070FF) is known color: Dodger Blue. HEX triplet: 00, 70 and FF. RGB value is (0,112,255). Sum of RGB (Red+Green+Blue) = 0+112+255=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #0070FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0070FF is #FF8F00. Grayscale: #5E5E5E. Windows color (decimal): -16748289 or 16740352. OLE color: 16740352.
HSL color Cylindrical-coordinate representation of color #0070FF: hue angle of 213.65º 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 #0070FF is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 112 | 255 | - |
| CMYK | 1 | 0.56 | 0 | 0 |
| HSL | 213.65º | 1% | 0.5% | - |
| HSV(B) | 213.65º | 1% | 1% | - |
| XYZ | 23.84 | 18.81 | 96.98 | - |
| YUV | 94.81 | 218.39 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 255 | 1 | 0.56 | 0 | 0 | 213.65 | 1 | 0.5 |
| Hex | 0 | 70 | FF | 64 | 38 | 0 | 0 | D6 | 64 | 32 |
| Octal | 0 | 160 | 377 | 144 | 70 | 0 | 0 | 326 | 144 | 62 |
| Binary | 0 | 1110000 | 11111111 | 1100100 | 111000 | 0 | 0 | 11010110 | 1100100 | 110010 |
Color Harmonies of #0070FF
Complementary color
Monochromatic Colors of #0070FF
Black with #0070FF
Text Example
Text Example
White with #0070FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0070FF; }
p { color: rgb(0,112,255); }
H1.HeaderClassName
{
color: #0070FF;
}
.AnyTagClassName
{
color: #0070FF;
}
</style>
background-color css
<style>
a { background-color: #0070FF; }
a { background-color: rgb(0,112,255); }
div.DivClassName
{
background-color: #0070FF;
}
.BgClassName
{
background-color: #0070FF;
}
</style>
border-color css
<style>
span { border-color: #0070FF; }
span { border-color: rgb(0,112,255); }
td.TdClassName
{
border-color: #0070FF;
}
.TagClassName
{
border-color: #0070FF;
}
</style>