Shades of Dodger Blue #207FEA
Tints of Dodger Blue #207FEA
RGB
CMYK
RGB Variations
Color information
#207FEA (or 0x207FEA) is known color: Dodger Blue. HEX triplet: 20, 7F and EA. RGB value is (32,127,234). Sum of RGB (Red+Green+Blue) = 32+127+234=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #207FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207FEA is #DF8015. Grayscale: #6E6E6E. Windows color (decimal): -14647318 or 15367968. OLE color: 15367968.
HSL color Cylindrical-coordinate representation of color #207FEA: hue angle of 211.78º 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 #207FEA is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 127 | 234 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.08 |
| HSL | 211.78º | 0.83% | 0.52% | - |
| HSV(B) | 211.78º | 0.86% | 0.92% | - |
| XYZ | 23.04 | 21.43 | 80.76 | - |
| YUV | 110.79 | 197.53 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 234 | 0.86 | 0.46 | 0 | 0.08 | 211.78 | 0.83 | 0.52 |
| Hex | 20 | 7F | EA | 56 | 2E | 0 | 8 | D4 | 53 | 34 |
| Octal | 40 | 177 | 352 | 126 | 56 | 0 | 10 | 324 | 123 | 64 |
| Binary | 100000 | 1111111 | 11101010 | 1010110 | 101110 | 0 | 1000 | 11010100 | 1010011 | 110100 |
Color Harmonies of #207FEA
Complementary color
Monochromatic Colors of #207FEA
Black with #207FEA
Text Example
Text Example
White with #207FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FEA; }
p { color: rgb(32,127,234); }
H1.HeaderClassName
{
color: #207FEA;
}
.AnyTagClassName
{
color: #207FEA;
}
</style>
background-color css
<style>
a { background-color: #207FEA; }
a { background-color: rgb(32,127,234); }
div.DivClassName
{
background-color: #207FEA;
}
.BgClassName
{
background-color: #207FEA;
}
</style>
border-color css
<style>
span { border-color: #207FEA; }
span { border-color: rgb(32,127,234); }
td.TdClassName
{
border-color: #207FEA;
}
.TagClassName
{
border-color: #207FEA;
}
</style>