Shades of Dodger Blue #207AFF
Tints of Dodger Blue #207AFF
RGB
CMYK
RGB Variations
Color information
#207AFF (or 0x207AFF) is known color: Dodger Blue. HEX triplet: 20, 7A and FF. RGB value is (32,122,255). Sum of RGB (Red+Green+Blue) = 32+122+255=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #207AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207AFF is #DF8500. Grayscale: #6D6D6D. Windows color (decimal): -14648577 or 16742944. OLE color: 16742944.
HSL color Cylindrical-coordinate representation of color #207AFF: hue angle of 215.78º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #207AFF is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 122 | 255 | - |
| CMYK | 0.87 | 0.52 | 0 | 0 |
| HSL | 215.78º | 1% | 0.56% | - |
| HSV(B) | 215.78º | 0.87% | 1% | - |
| XYZ | 25.61 | 21.45 | 97.4 | - |
| YUV | 110.25 | 209.68 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 255 | 0.87 | 0.52 | 0 | 0 | 215.78 | 1 | 0.56 |
| Hex | 20 | 7A | FF | 57 | 34 | 0 | 0 | D8 | 64 | 38 |
| Octal | 40 | 172 | 377 | 127 | 64 | 0 | 0 | 330 | 144 | 70 |
| Binary | 100000 | 1111010 | 11111111 | 1010111 | 110100 | 0 | 0 | 11011000 | 1100100 | 111000 |
Color Harmonies of #207AFF
Complementary color
Monochromatic Colors of #207AFF
Black with #207AFF
Text Example
Text Example
White with #207AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207AFF; }
p { color: rgb(32,122,255); }
H1.HeaderClassName
{
color: #207AFF;
}
.AnyTagClassName
{
color: #207AFF;
}
</style>
background-color css
<style>
a { background-color: #207AFF; }
a { background-color: rgb(32,122,255); }
div.DivClassName
{
background-color: #207AFF;
}
.BgClassName
{
background-color: #207AFF;
}
</style>
border-color css
<style>
span { border-color: #207AFF; }
span { border-color: rgb(32,122,255); }
td.TdClassName
{
border-color: #207AFF;
}
.TagClassName
{
border-color: #207AFF;
}
</style>