Shades of Dodger Blue #207FE8
Tints of Dodger Blue #207FE8
RGB
CMYK
RGB Variations
Color information
#207FE8 (or 0x207FE8) is known color: Dodger Blue. HEX triplet: 20, 7F and E8. RGB value is (32,127,232). Sum of RGB (Red+Green+Blue) = 32+127+232=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 232 (91.02% from 255 or 59.34% from 391); Max value from RGB is 232 - color contains mainly: blue. Hex color #207FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207FE8 is #DF8017. Grayscale: #6E6E6E. Windows color (decimal): -14647320 or 15236896. OLE color: 15236896.
HSL color Cylindrical-coordinate representation of color #207FE8: hue angle of 211.5º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #207FE8 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 127 | 232 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.09 |
| HSL | 211.5º | 0.81% | 0.52% | - |
| HSV(B) | 211.5º | 0.86% | 0.91% | - |
| XYZ | 22.75 | 21.31 | 79.26 | - |
| YUV | 110.57 | 196.53 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 232 | 0.86 | 0.45 | 0 | 0.09 | 211.5 | 0.81 | 0.52 |
| Hex | 20 | 7F | E8 | 56 | 2D | 0 | 9 | D4 | 51 | 34 |
| Octal | 40 | 177 | 350 | 126 | 55 | 0 | 11 | 324 | 121 | 64 |
| Binary | 100000 | 1111111 | 11101000 | 1010110 | 101101 | 0 | 1001 | 11010100 | 1010001 | 110100 |
Color Harmonies of #207FE8
Complementary color
Monochromatic Colors of #207FE8
Black with #207FE8
Text Example
Text Example
White with #207FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FE8; }
p { color: rgb(32,127,232); }
H1.HeaderClassName
{
color: #207FE8;
}
.AnyTagClassName
{
color: #207FE8;
}
</style>
background-color css
<style>
a { background-color: #207FE8; }
a { background-color: rgb(32,127,232); }
div.DivClassName
{
background-color: #207FE8;
}
.BgClassName
{
background-color: #207FE8;
}
</style>
border-color css
<style>
span { border-color: #207FE8; }
span { border-color: rgb(32,127,232); }
td.TdClassName
{
border-color: #207FE8;
}
.TagClassName
{
border-color: #207FE8;
}
</style>