Shades of Dodger Blue #207FFC
Tints of Dodger Blue #207FFC
RGB
CMYK
RGB Variations
Color information
#207FFC (or 0x207FFC) is known color: Dodger Blue. HEX triplet: 20, 7F and FC. RGB value is (32,127,252). Sum of RGB (Red+Green+Blue) = 32+127+252=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #207FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207FFC is #DF8003. Grayscale: #707070. Windows color (decimal): -14647300 or 16547616. OLE color: 16547616.
HSL color Cylindrical-coordinate representation of color #207FFC: hue angle of 214.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #207FFC is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 127 | 252 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.01 |
| HSL | 214.09º | 0.97% | 0.56% | - |
| HSV(B) | 214.09º | 0.87% | 0.99% | - |
| XYZ | 25.76 | 22.51 | 95.08 | - |
| YUV | 112.85 | 206.53 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 252 | 0.87 | 0.50 | 0 | 0.01 | 214.09 | 0.97 | 0.56 |
| Hex | 20 | 7F | FC | 57 | 32 | 0 | 1 | D6 | 61 | 38 |
| Octal | 40 | 177 | 374 | 127 | 62 | 0 | 1 | 326 | 141 | 70 |
| Binary | 100000 | 1111111 | 11111100 | 1010111 | 110010 | 0 | 1 | 11010110 | 1100001 | 111000 |
Color Harmonies of #207FFC
Complementary color
Monochromatic Colors of #207FFC
Black with #207FFC
Text Example
Text Example
White with #207FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FFC; }
p { color: rgb(32,127,252); }
H1.HeaderClassName
{
color: #207FFC;
}
.AnyTagClassName
{
color: #207FFC;
}
</style>
background-color css
<style>
a { background-color: #207FFC; }
a { background-color: rgb(32,127,252); }
div.DivClassName
{
background-color: #207FFC;
}
.BgClassName
{
background-color: #207FFC;
}
</style>
border-color css
<style>
span { border-color: #207FFC; }
span { border-color: rgb(32,127,252); }
td.TdClassName
{
border-color: #207FFC;
}
.TagClassName
{
border-color: #207FFC;
}
</style>