Shades of Dodger Blue #207FF1
Tints of Dodger Blue #207FF1
RGB
CMYK
RGB Variations
Color information
#207FF1 (or 0x207FF1) is known color: Dodger Blue. HEX triplet: 20, 7F and F1. RGB value is (32,127,241). Sum of RGB (Red+Green+Blue) = 32+127+241=400 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #207FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207FF1 is #DF800E. Grayscale: #6F6F6F. Windows color (decimal): -14647311 or 15826720. OLE color: 15826720.
HSL color Cylindrical-coordinate representation of color #207FF1: hue angle of 212.73º 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 #207FF1 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 127 | 241 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.05 |
| HSL | 212.73º | 0.88% | 0.54% | - |
| HSV(B) | 212.73º | 0.87% | 0.95% | - |
| XYZ | 24.06 | 21.84 | 86.17 | - |
| YUV | 111.59 | 201.03 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 241 | 0.87 | 0.47 | 0 | 0.05 | 212.73 | 0.88 | 0.54 |
| Hex | 20 | 7F | F1 | 57 | 2F | 0 | 5 | D5 | 58 | 36 |
| Octal | 40 | 177 | 361 | 127 | 57 | 0 | 5 | 325 | 130 | 66 |
| Binary | 100000 | 1111111 | 11110001 | 1010111 | 101111 | 0 | 101 | 11010101 | 1011000 | 110110 |
Color Harmonies of #207FF1
Complementary color
Monochromatic Colors of #207FF1
Black with #207FF1
Text Example
Text Example
White with #207FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FF1; }
p { color: rgb(32,127,241); }
H1.HeaderClassName
{
color: #207FF1;
}
.AnyTagClassName
{
color: #207FF1;
}
</style>
background-color css
<style>
a { background-color: #207FF1; }
a { background-color: rgb(32,127,241); }
div.DivClassName
{
background-color: #207FF1;
}
.BgClassName
{
background-color: #207FF1;
}
</style>
border-color css
<style>
span { border-color: #207FF1; }
span { border-color: rgb(32,127,241); }
td.TdClassName
{
border-color: #207FF1;
}
.TagClassName
{
border-color: #207FF1;
}
</style>