Shades of Dodger Blue #007EFE
Tints of Dodger Blue #007EFE
RGB
CMYK
RGB Variations
Color information
#007EFE (or 0x007EFE) is known color: Dodger Blue. HEX triplet: 00, 7E and FE. RGB value is (0,126,254). Sum of RGB (Red+Green+Blue) = 0+126+254=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #007EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007EFE is #FF8101. Grayscale: #666666. Windows color (decimal): -16744706 or 16678400. OLE color: 16678400.
HSL color Cylindrical-coordinate representation of color #007EFE: hue angle of 210.24º 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 #007EFE is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 126 | 254 | - |
| CMYK | 1 | 0.50 | 0 | 0.00 |
| HSL | 210.24º | 1% | 0.5% | - |
| HSV(B) | 210.24º | 1% | 1% | - |
| XYZ | 25.35 | 22.08 | 96.69 | - |
| YUV | 102.92 | 213.26 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 254 | 1 | 0.50 | 0 | 0.00 | 210.24 | 1 | 0.5 |
| Hex | 0 | 7E | FE | 64 | 32 | 0 | 0 | D2 | 64 | 32 |
| Octal | 0 | 176 | 376 | 144 | 62 | 0 | 0 | 322 | 144 | 62 |
| Binary | 0 | 1111110 | 11111110 | 1100100 | 110010 | 0 | 0 | 11010010 | 1100100 | 110010 |
Color Harmonies of #007EFE
Complementary color
Monochromatic Colors of #007EFE
Black with #007EFE
Text Example
Text Example
White with #007EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EFE; }
p { color: rgb(0,126,254); }
H1.HeaderClassName
{
color: #007EFE;
}
.AnyTagClassName
{
color: #007EFE;
}
</style>
background-color css
<style>
a { background-color: #007EFE; }
a { background-color: rgb(0,126,254); }
div.DivClassName
{
background-color: #007EFE;
}
.BgClassName
{
background-color: #007EFE;
}
</style>
border-color css
<style>
span { border-color: #007EFE; }
span { border-color: rgb(0,126,254); }
td.TdClassName
{
border-color: #007EFE;
}
.TagClassName
{
border-color: #007EFE;
}
</style>