Shades of Dodger Blue #207FE3
Tints of Dodger Blue #207FE3
RGB
CMYK
RGB Variations
Color information
#207FE3 (or 0x207FE3) is known color: Dodger Blue. HEX triplet: 20, 7F and E3. RGB value is (32,127,227). Sum of RGB (Red+Green+Blue) = 32+127+227=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 227 (89.06% from 255 or 58.81% from 386); Max value from RGB is 227 - color contains mainly: blue. Hex color #207FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207FE3 is #DF801C. Grayscale: #6D6D6D. Windows color (decimal): -14647325 or 14909216. OLE color: 14909216.
HSL color Cylindrical-coordinate representation of color #207FE3: hue angle of 210.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #207FE3 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 127 | 227 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.11 |
| HSL | 210.77º | 0.78% | 0.51% | - |
| HSV(B) | 210.77º | 0.86% | 0.89% | - |
| XYZ | 22.05 | 21.03 | 75.57 | - |
| YUV | 110 | 194.03 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 227 | 0.86 | 0.44 | 0 | 0.11 | 210.77 | 0.78 | 0.51 |
| Hex | 20 | 7F | E3 | 56 | 2C | 0 | B | D3 | 4E | 33 |
| Octal | 40 | 177 | 343 | 126 | 54 | 0 | 13 | 323 | 116 | 63 |
| Binary | 100000 | 1111111 | 11100011 | 1010110 | 101100 | 0 | 1011 | 11010011 | 1001110 | 110011 |
Color Harmonies of #207FE3
Complementary color
Monochromatic Colors of #207FE3
Black with #207FE3
Text Example
Text Example
White with #207FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FE3; }
p { color: rgb(32,127,227); }
H1.HeaderClassName
{
color: #207FE3;
}
.AnyTagClassName
{
color: #207FE3;
}
</style>
background-color css
<style>
a { background-color: #207FE3; }
a { background-color: rgb(32,127,227); }
div.DivClassName
{
background-color: #207FE3;
}
.BgClassName
{
background-color: #207FE3;
}
</style>
border-color css
<style>
span { border-color: #207FE3; }
span { border-color: rgb(32,127,227); }
td.TdClassName
{
border-color: #207FE3;
}
.TagClassName
{
border-color: #207FE3;
}
</style>