Shades of Dodger Blue #207BFE
Tints of Dodger Blue #207BFE
RGB
CMYK
RGB Variations
Color information
#207BFE (or 0x207BFE) is known color: Dodger Blue. HEX triplet: 20, 7B and FE. RGB value is (32,123,254). Sum of RGB (Red+Green+Blue) = 32+123+254=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #207BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207BFE is #DF8401. Grayscale: #6E6E6E. Windows color (decimal): -14648322 or 16677664. OLE color: 16677664.
HSL color Cylindrical-coordinate representation of color #207BFE: hue angle of 215.41º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #207BFE is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 123 | 254 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.00 |
| HSL | 215.41º | 0.99% | 0.56% | - |
| HSV(B) | 215.41º | 0.87% | 1% | - |
| XYZ | 25.57 | 21.63 | 96.59 | - |
| YUV | 110.73 | 208.85 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 254 | 0.87 | 0.52 | 0 | 0.00 | 215.41 | 0.99 | 0.56 |
| Hex | 20 | 7B | FE | 57 | 34 | 0 | 0 | D7 | 63 | 38 |
| Octal | 40 | 173 | 376 | 127 | 64 | 0 | 0 | 327 | 143 | 70 |
| Binary | 100000 | 1111011 | 11111110 | 1010111 | 110100 | 0 | 0 | 11010111 | 1100011 | 111000 |
Color Harmonies of #207BFE
Complementary color
Monochromatic Colors of #207BFE
Black with #207BFE
Text Example
Text Example
White with #207BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207BFE; }
p { color: rgb(32,123,254); }
H1.HeaderClassName
{
color: #207BFE;
}
.AnyTagClassName
{
color: #207BFE;
}
</style>
background-color css
<style>
a { background-color: #207BFE; }
a { background-color: rgb(32,123,254); }
div.DivClassName
{
background-color: #207BFE;
}
.BgClassName
{
background-color: #207BFE;
}
</style>
border-color css
<style>
span { border-color: #207BFE; }
span { border-color: rgb(32,123,254); }
td.TdClassName
{
border-color: #207BFE;
}
.TagClassName
{
border-color: #207BFE;
}
</style>