Shades of Dodger Blue #007FF8
Tints of Dodger Blue #007FF8
RGB
CMYK
RGB Variations
Color information
#007FF8 (or 0x007FF8) is known color: Dodger Blue. HEX triplet: 00, 7F and F8. RGB value is (0,127,248). Sum of RGB (Red+Green+Blue) = 0+127+248=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 248 (97.27% from 255 or 66.13% from 375); Max value from RGB is 248 - color contains mainly: blue. Hex color #007FF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007FF8 is #FF8007. Grayscale: #666666. Windows color (decimal): -16744456 or 16285440. OLE color: 16285440.
HSL color Cylindrical-coordinate representation of color #007FF8: hue angle of 209.27º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FF8 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 127 | 248 | - |
| CMYK | 1 | 0.49 | 0 | 0.03 |
| HSL | 209.27º | 1% | 0.49% | - |
| HSV(B) | 209.27º | 1% | 0.97% | - |
| XYZ | 24.53 | 21.96 | 91.75 | - |
| YUV | 102.82 | 209.92 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 248 | 1 | 0.49 | 0 | 0.03 | 209.27 | 1 | 0.49 |
| Hex | 0 | 7F | F8 | 64 | 31 | 0 | 3 | D1 | 64 | 31 |
| Octal | 0 | 177 | 370 | 144 | 61 | 0 | 3 | 321 | 144 | 61 |
| Binary | 0 | 1111111 | 11111000 | 1100100 | 110001 | 0 | 11 | 11010001 | 1100100 | 110001 |
Color Harmonies of #007FF8
Complementary color
Monochromatic Colors of #007FF8
Black with #007FF8
Text Example
Text Example
White with #007FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FF8; }
p { color: rgb(0,127,248); }
H1.HeaderClassName
{
color: #007FF8;
}
.AnyTagClassName
{
color: #007FF8;
}
</style>
background-color css
<style>
a { background-color: #007FF8; }
a { background-color: rgb(0,127,248); }
div.DivClassName
{
background-color: #007FF8;
}
.BgClassName
{
background-color: #007FF8;
}
</style>
border-color css
<style>
span { border-color: #007FF8; }
span { border-color: rgb(0,127,248); }
td.TdClassName
{
border-color: #007FF8;
}
.TagClassName
{
border-color: #007FF8;
}
</style>