Shades of Dodger Blue #207BF5
Tints of Dodger Blue #207BF5
RGB
CMYK
RGB Variations
Color information
#207BF5 (or 0x207BF5) is known color: Dodger Blue. HEX triplet: 20, 7B and F5. RGB value is (32,123,245). Sum of RGB (Red+Green+Blue) = 32+123+245=400 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 245 (96.09% from 255 or 61.25% from 400); Max value from RGB is 245 - color contains mainly: blue. Hex color #207BF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207BF5 is #DF840A. Grayscale: #6D6D6D. Windows color (decimal): -14648331 or 16087840. OLE color: 16087840.
HSL color Cylindrical-coordinate representation of color #207BF5: hue angle of 214.37º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #207BF5 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 123 | 245 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.04 |
| HSL | 214.37º | 0.91% | 0.54% | - |
| HSV(B) | 214.37º | 0.87% | 0.96% | - |
| XYZ | 24.16 | 21.07 | 89.18 | - |
| YUV | 109.7 | 204.35 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 245 | 0.87 | 0.50 | 0 | 0.04 | 214.37 | 0.91 | 0.54 |
| Hex | 20 | 7B | F5 | 57 | 32 | 0 | 4 | D6 | 5B | 36 |
| Octal | 40 | 173 | 365 | 127 | 62 | 0 | 4 | 326 | 133 | 66 |
| Binary | 100000 | 1111011 | 11110101 | 1010111 | 110010 | 0 | 100 | 11010110 | 1011011 | 110110 |
Color Harmonies of #207BF5
Complementary color
Monochromatic Colors of #207BF5
Black with #207BF5
Text Example
Text Example
White with #207BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207BF5; }
p { color: rgb(32,123,245); }
H1.HeaderClassName
{
color: #207BF5;
}
.AnyTagClassName
{
color: #207BF5;
}
</style>
background-color css
<style>
a { background-color: #207BF5; }
a { background-color: rgb(32,123,245); }
div.DivClassName
{
background-color: #207BF5;
}
.BgClassName
{
background-color: #207BF5;
}
</style>
border-color css
<style>
span { border-color: #207BF5; }
span { border-color: rgb(32,123,245); }
td.TdClassName
{
border-color: #207BF5;
}
.TagClassName
{
border-color: #207BF5;
}
</style>