Shades of Dodger Blue #007EFF
Tints of Dodger Blue #007EFF
RGB
CMYK
RGB Variations
Color information
#007EFF (or 0x007EFF) is known color: Dodger Blue. HEX triplet: 00, 7E and FF. RGB value is (0,126,255). Sum of RGB (Red+Green+Blue) = 0+126+255=381 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #007EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007EFF is #FF8100. Grayscale: #666666. Windows color (decimal): -16744705 or 16743936. OLE color: 16743936.
HSL color Cylindrical-coordinate representation of color #007EFF: hue angle of 210.35º 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 #007EFF is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 126 | 255 | - |
| CMYK | 1 | 0.51 | 0 | 0 |
| HSL | 210.35º | 1% | 0.5% | - |
| HSV(B) | 210.35º | 1% | 1% | - |
| XYZ | 25.51 | 22.14 | 97.54 | - |
| YUV | 103.03 | 213.76 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 255 | 1 | 0.51 | 0 | 0 | 210.35 | 1 | 0.5 |
| Hex | 0 | 7E | FF | 64 | 33 | 0 | 0 | D2 | 64 | 32 |
| Octal | 0 | 176 | 377 | 144 | 63 | 0 | 0 | 322 | 144 | 62 |
| Binary | 0 | 1111110 | 11111111 | 1100100 | 110011 | 0 | 0 | 11010010 | 1100100 | 110010 |
Color Harmonies of #007EFF
Complementary color
Monochromatic Colors of #007EFF
Black with #007EFF
Text Example
Text Example
White with #007EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EFF; }
p { color: rgb(0,126,255); }
H1.HeaderClassName
{
color: #007EFF;
}
.AnyTagClassName
{
color: #007EFF;
}
</style>
background-color css
<style>
a { background-color: #007EFF; }
a { background-color: rgb(0,126,255); }
div.DivClassName
{
background-color: #007EFF;
}
.BgClassName
{
background-color: #007EFF;
}
</style>
border-color css
<style>
span { border-color: #007EFF; }
span { border-color: rgb(0,126,255); }
td.TdClassName
{
border-color: #007EFF;
}
.TagClassName
{
border-color: #007EFF;
}
</style>