Shades of Dodger Blue #207CEA
Tints of Dodger Blue #207CEA
RGB
CMYK
RGB Variations
Color information
#207CEA (or 0x207CEA) is known color: Dodger Blue. HEX triplet: 20, 7C and EA. RGB value is (32,124,234). Sum of RGB (Red+Green+Blue) = 32+124+234=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #207CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207CEA is #DF8315. Grayscale: #6C6C6C. Windows color (decimal): -14648086 or 15367200. OLE color: 15367200.
HSL color Cylindrical-coordinate representation of color #207CEA: hue angle of 212.67º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #207CEA is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 124 | 234 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.08 |
| HSL | 212.67º | 0.83% | 0.52% | - |
| HSV(B) | 212.67º | 0.86% | 0.92% | - |
| XYZ | 22.65 | 20.66 | 80.64 | - |
| YUV | 109.03 | 198.52 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 234 | 0.86 | 0.47 | 0 | 0.08 | 212.67 | 0.83 | 0.52 |
| Hex | 20 | 7C | EA | 56 | 2F | 0 | 8 | D5 | 53 | 34 |
| Octal | 40 | 174 | 352 | 126 | 57 | 0 | 10 | 325 | 123 | 64 |
| Binary | 100000 | 1111100 | 11101010 | 1010110 | 101111 | 0 | 1000 | 11010101 | 1010011 | 110100 |
Color Harmonies of #207CEA
Complementary color
Monochromatic Colors of #207CEA
Black with #207CEA
Text Example
Text Example
White with #207CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CEA; }
p { color: rgb(32,124,234); }
H1.HeaderClassName
{
color: #207CEA;
}
.AnyTagClassName
{
color: #207CEA;
}
</style>
background-color css
<style>
a { background-color: #207CEA; }
a { background-color: rgb(32,124,234); }
div.DivClassName
{
background-color: #207CEA;
}
.BgClassName
{
background-color: #207CEA;
}
</style>
border-color css
<style>
span { border-color: #207CEA; }
span { border-color: rgb(32,124,234); }
td.TdClassName
{
border-color: #207CEA;
}
.TagClassName
{
border-color: #207CEA;
}
</style>