Shades of Dodger Blue #207CF1
Tints of Dodger Blue #207CF1
RGB
CMYK
RGB Variations
Color information
#207CF1 (or 0x207CF1) is known color: Dodger Blue. HEX triplet: 20, 7C and F1. RGB value is (32,124,241). Sum of RGB (Red+Green+Blue) = 32+124+241=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #207CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207CF1 is #DF830E. Grayscale: #6D6D6D. Windows color (decimal): -14648079 or 15825952. OLE color: 15825952.
HSL color Cylindrical-coordinate representation of color #207CF1: hue angle of 213.59º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #207CF1 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 124 | 241 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.05 |
| HSL | 213.59º | 0.88% | 0.54% | - |
| HSV(B) | 213.59º | 0.87% | 0.95% | - |
| XYZ | 23.68 | 21.07 | 86.04 | - |
| YUV | 109.83 | 202.02 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 241 | 0.87 | 0.49 | 0 | 0.05 | 213.59 | 0.88 | 0.54 |
| Hex | 20 | 7C | F1 | 57 | 31 | 0 | 5 | D6 | 58 | 36 |
| Octal | 40 | 174 | 361 | 127 | 61 | 0 | 5 | 326 | 130 | 66 |
| Binary | 100000 | 1111100 | 11110001 | 1010111 | 110001 | 0 | 101 | 11010110 | 1011000 | 110110 |
Color Harmonies of #207CF1
Complementary color
Monochromatic Colors of #207CF1
Black with #207CF1
Text Example
Text Example
White with #207CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CF1; }
p { color: rgb(32,124,241); }
H1.HeaderClassName
{
color: #207CF1;
}
.AnyTagClassName
{
color: #207CF1;
}
</style>
background-color css
<style>
a { background-color: #207CF1; }
a { background-color: rgb(32,124,241); }
div.DivClassName
{
background-color: #207CF1;
}
.BgClassName
{
background-color: #207CF1;
}
</style>
border-color css
<style>
span { border-color: #207CF1; }
span { border-color: rgb(32,124,241); }
td.TdClassName
{
border-color: #207CF1;
}
.TagClassName
{
border-color: #207CF1;
}
</style>