Shades of Dodger Blue #007FFC
Tints of Dodger Blue #007FFC
RGB
CMYK
RGB Variations
Color information
#007FFC (or 0x007FFC) is known color: Dodger Blue. HEX triplet: 00, 7F and FC. RGB value is (0,127,252). Sum of RGB (Red+Green+Blue) = 0+127+252=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #007FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007FFC is #FF8003. Grayscale: #666666. Windows color (decimal): -16744452 or 16547584. OLE color: 16547584.
HSL color Cylindrical-coordinate representation of color #007FFC: hue angle of 209.76º 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 #007FFC is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 127 | 252 | - |
| CMYK | 1 | 0.50 | 0 | 0.01 |
| HSL | 209.76º | 1% | 0.49% | - |
| HSV(B) | 209.76º | 1% | 0.99% | - |
| XYZ | 25.16 | 22.21 | 95.06 | - |
| YUV | 103.28 | 211.92 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 252 | 1 | 0.50 | 0 | 0.01 | 209.76 | 1 | 0.49 |
| Hex | 0 | 7F | FC | 64 | 32 | 0 | 1 | D2 | 64 | 31 |
| Octal | 0 | 177 | 374 | 144 | 62 | 0 | 1 | 322 | 144 | 61 |
| Binary | 0 | 1111111 | 11111100 | 1100100 | 110010 | 0 | 1 | 11010010 | 1100100 | 110001 |
Color Harmonies of #007FFC
Complementary color
Monochromatic Colors of #007FFC
Black with #007FFC
Text Example
Text Example
White with #007FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FFC; }
p { color: rgb(0,127,252); }
H1.HeaderClassName
{
color: #007FFC;
}
.AnyTagClassName
{
color: #007FFC;
}
</style>
background-color css
<style>
a { background-color: #007FFC; }
a { background-color: rgb(0,127,252); }
div.DivClassName
{
background-color: #007FFC;
}
.BgClassName
{
background-color: #007FFC;
}
</style>
border-color css
<style>
span { border-color: #007FFC; }
span { border-color: rgb(0,127,252); }
td.TdClassName
{
border-color: #007FFC;
}
.TagClassName
{
border-color: #007FFC;
}
</style>