Shades of Dodger Blue #007EFC
Tints of Dodger Blue #007EFC
RGB
CMYK
RGB Variations
Color information
#007EFC (or 0x007EFC) is known color: Dodger Blue. HEX triplet: 00, 7E and FC. RGB value is (0,126,252). Sum of RGB (Red+Green+Blue) = 0+126+252=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #007EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007EFC is #FF8103. Grayscale: #666666. Windows color (decimal): -16744708 or 16547328. OLE color: 16547328.
HSL color Cylindrical-coordinate representation of color #007EFC: hue angle of 210º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EFC is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 126 | 252 | - |
| CMYK | 1 | 0.5 | 0 | 0.01 |
| HSL | 210º | 1% | 0.49% | - |
| HSV(B) | 210º | 1% | 0.99% | - |
| XYZ | 25.03 | 21.95 | 95.01 | - |
| YUV | 102.69 | 212.26 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 252 | 1 | 0.5 | 0 | 0.01 | 210 | 1 | 0.49 |
| Hex | 0 | 7E | FC | 64 | 32 | 0 | 1 | D2 | 64 | 31 |
| Octal | 0 | 176 | 374 | 144 | 62 | 0 | 1 | 322 | 144 | 61 |
| Binary | 0 | 1111110 | 11111100 | 1100100 | 110010 | 0 | 1 | 11010010 | 1100100 | 110001 |
Color Harmonies of #007EFC
Complementary color
Monochromatic Colors of #007EFC
Black with #007EFC
Text Example
Text Example
White with #007EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007EFC; }
p { color: rgb(0,126,252); }
H1.HeaderClassName
{
color: #007EFC;
}
.AnyTagClassName
{
color: #007EFC;
}
</style>
background-color css
<style>
a { background-color: #007EFC; }
a { background-color: rgb(0,126,252); }
div.DivClassName
{
background-color: #007EFC;
}
.BgClassName
{
background-color: #007EFC;
}
</style>
border-color css
<style>
span { border-color: #007EFC; }
span { border-color: rgb(0,126,252); }
td.TdClassName
{
border-color: #007EFC;
}
.TagClassName
{
border-color: #007EFC;
}
</style>