Shades of Dodger Blue #007FFD
Tints of Dodger Blue #007FFD
RGB
CMYK
RGB Variations
Color information
#007FFD (or 0x007FFD) is known color: Dodger Blue. HEX triplet: 00, 7F and FD. RGB value is (0,127,253). Sum of RGB (Red+Green+Blue) = 0+127+253=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #007FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007FFD is #FF8002. Grayscale: #666666. Windows color (decimal): -16744451 or 16613120. OLE color: 16613120.
HSL color Cylindrical-coordinate representation of color #007FFD: hue angle of 209.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FFD is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 127 | 253 | - |
| CMYK | 1 | 0.50 | 0 | 0.01 |
| HSL | 209.88º | 1% | 0.5% | - |
| HSV(B) | 209.88º | 1% | 0.99% | - |
| XYZ | 25.32 | 22.27 | 95.89 | - |
| YUV | 103.39 | 212.42 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 253 | 1 | 0.50 | 0 | 0.01 | 209.88 | 1 | 0.5 |
| Hex | 0 | 7F | FD | 64 | 32 | 0 | 1 | D2 | 64 | 32 |
| Octal | 0 | 177 | 375 | 144 | 62 | 0 | 1 | 322 | 144 | 62 |
| Binary | 0 | 1111111 | 11111101 | 1100100 | 110010 | 0 | 1 | 11010010 | 1100100 | 110010 |
Color Harmonies of #007FFD
Complementary color
Monochromatic Colors of #007FFD
Black with #007FFD
Text Example
Text Example
White with #007FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FFD; }
p { color: rgb(0,127,253); }
H1.HeaderClassName
{
color: #007FFD;
}
.AnyTagClassName
{
color: #007FFD;
}
</style>
background-color css
<style>
a { background-color: #007FFD; }
a { background-color: rgb(0,127,253); }
div.DivClassName
{
background-color: #007FFD;
}
.BgClassName
{
background-color: #007FFD;
}
</style>
border-color css
<style>
span { border-color: #007FFD; }
span { border-color: rgb(0,127,253); }
td.TdClassName
{
border-color: #007FFD;
}
.TagClassName
{
border-color: #007FFD;
}
</style>