Shades of Dodger Blue #007FFE
Tints of Dodger Blue #007FFE
RGB
CMYK
RGB Variations
Color information
#007FFE (or 0x007FFE) is known color: Dodger Blue. HEX triplet: 00, 7F and FE. RGB value is (0,127,254). Sum of RGB (Red+Green+Blue) = 0+127+254=381 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #007FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007FFE is #FF8001. Grayscale: #666666. Windows color (decimal): -16744450 or 16678656. OLE color: 16678656.
HSL color Cylindrical-coordinate representation of color #007FFE: hue angle of 210º 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 #007FFE is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 127 | 254 | - |
| CMYK | 1 | 0.50 | 0 | 0.00 |
| HSL | 210º | 1% | 0.5% | - |
| HSV(B) | 210º | 1% | 1% | - |
| XYZ | 25.48 | 22.33 | 96.73 | - |
| YUV | 103.51 | 212.92 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 254 | 1 | 0.50 | 0 | 0.00 | 210 | 1 | 0.5 |
| Hex | 0 | 7F | FE | 64 | 32 | 0 | 0 | D2 | 64 | 32 |
| Octal | 0 | 177 | 376 | 144 | 62 | 0 | 0 | 322 | 144 | 62 |
| Binary | 0 | 1111111 | 11111110 | 1100100 | 110010 | 0 | 0 | 11010010 | 1100100 | 110010 |
Color Harmonies of #007FFE
Complementary color
Monochromatic Colors of #007FFE
Black with #007FFE
Text Example
Text Example
White with #007FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FFE; }
p { color: rgb(0,127,254); }
H1.HeaderClassName
{
color: #007FFE;
}
.AnyTagClassName
{
color: #007FFE;
}
</style>
background-color css
<style>
a { background-color: #007FFE; }
a { background-color: rgb(0,127,254); }
div.DivClassName
{
background-color: #007FFE;
}
.BgClassName
{
background-color: #007FFE;
}
</style>
border-color css
<style>
span { border-color: #007FFE; }
span { border-color: rgb(0,127,254); }
td.TdClassName
{
border-color: #007FFE;
}
.TagClassName
{
border-color: #007FFE;
}
</style>