Shades of Dodger Blue #007FED
Tints of Dodger Blue #007FED
RGB
CMYK
RGB Variations
Color information
#007FED (or 0x007FED) is known color: Dodger Blue. HEX triplet: 00, 7F and ED. RGB value is (0,127,237). Sum of RGB (Red+Green+Blue) = 0+127+237=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #007FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007FED is #FF8012. Grayscale: #656565. Windows color (decimal): -16744467 or 15564544. OLE color: 15564544.
HSL color Cylindrical-coordinate representation of color #007FED: hue angle of 207.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FED is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 127 | 237 | - |
| CMYK | 1 | 0.46 | 0 | 0.07 |
| HSL | 207.85º | 1% | 0.46% | - |
| HSV(B) | 207.85º | 1% | 0.93% | - |
| XYZ | 22.88 | 21.29 | 83.03 | - |
| YUV | 101.57 | 204.42 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 237 | 1 | 0.46 | 0 | 0.07 | 207.85 | 1 | 0.46 |
| Hex | 0 | 7F | ED | 64 | 2E | 0 | 7 | D0 | 64 | 2E |
| Octal | 0 | 177 | 355 | 144 | 56 | 0 | 7 | 320 | 144 | 56 |
| Binary | 0 | 1111111 | 11101101 | 1100100 | 101110 | 0 | 111 | 11010000 | 1100100 | 101110 |
Color Harmonies of #007FED
Complementary color
Monochromatic Colors of #007FED
Black with #007FED
Text Example
Text Example
White with #007FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FED; }
p { color: rgb(0,127,237); }
H1.HeaderClassName
{
color: #007FED;
}
.AnyTagClassName
{
color: #007FED;
}
</style>
background-color css
<style>
a { background-color: #007FED; }
a { background-color: rgb(0,127,237); }
div.DivClassName
{
background-color: #007FED;
}
.BgClassName
{
background-color: #007FED;
}
</style>
border-color css
<style>
span { border-color: #007FED; }
span { border-color: rgb(0,127,237); }
td.TdClassName
{
border-color: #007FED;
}
.TagClassName
{
border-color: #007FED;
}
</style>