Shades of Dodger Blue #207CEE
Tints of Dodger Blue #207CEE
RGB
CMYK
RGB Variations
Color information
#207CEE (or 0x207CEE) is known color: Dodger Blue. HEX triplet: 20, 7C and EE. RGB value is (32,124,238). Sum of RGB (Red+Green+Blue) = 32+124+238=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #207CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207CEE is #DF8311. Grayscale: #6C6C6C. Windows color (decimal): -14648082 or 15629344. OLE color: 15629344.
HSL color Cylindrical-coordinate representation of color #207CEE: hue angle of 213.2º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #207CEE is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 124 | 238 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.07 |
| HSL | 213.2º | 0.86% | 0.53% | - |
| HSV(B) | 213.2º | 0.87% | 0.93% | - |
| XYZ | 23.24 | 20.9 | 83.7 | - |
| YUV | 109.49 | 200.52 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 238 | 0.87 | 0.48 | 0 | 0.07 | 213.2 | 0.86 | 0.53 |
| Hex | 20 | 7C | EE | 57 | 30 | 0 | 7 | D5 | 56 | 35 |
| Octal | 40 | 174 | 356 | 127 | 60 | 0 | 7 | 325 | 126 | 65 |
| Binary | 100000 | 1111100 | 11101110 | 1010111 | 110000 | 0 | 111 | 11010101 | 1010110 | 110101 |
Color Harmonies of #207CEE
Complementary color
Monochromatic Colors of #207CEE
Black with #207CEE
Text Example
Text Example
White with #207CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CEE; }
p { color: rgb(32,124,238); }
H1.HeaderClassName
{
color: #207CEE;
}
.AnyTagClassName
{
color: #207CEE;
}
</style>
background-color css
<style>
a { background-color: #207CEE; }
a { background-color: rgb(32,124,238); }
div.DivClassName
{
background-color: #207CEE;
}
.BgClassName
{
background-color: #207CEE;
}
</style>
border-color css
<style>
span { border-color: #207CEE; }
span { border-color: rgb(32,124,238); }
td.TdClassName
{
border-color: #207CEE;
}
.TagClassName
{
border-color: #207CEE;
}
</style>