Shades of Dodger Blue #207AF8
Tints of Dodger Blue #207AF8
RGB
CMYK
RGB Variations
Color information
#207AF8 (or 0x207AF8) is known color: Dodger Blue. HEX triplet: 20, 7A and F8. RGB value is (32,122,248). Sum of RGB (Red+Green+Blue) = 32+122+248=402 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.96% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 248 (97.27% from 255 or 61.69% from 402); Max value from RGB is 248 - color contains mainly: blue. Hex color #207AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #207AF8 is #DF8507. Grayscale: #6C6C6C. Windows color (decimal): -14648584 or 16284192. OLE color: 16284192.
HSL color Cylindrical-coordinate representation of color #207AF8: hue angle of 215º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #207AF8 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 122 | 248 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.03 |
| HSL | 215º | 0.94% | 0.55% | - |
| HSV(B) | 215º | 0.87% | 0.97% | - |
| XYZ | 24.5 | 21 | 91.57 | - |
| YUV | 109.45 | 206.18 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 248 | 0.87 | 0.51 | 0 | 0.03 | 215 | 0.94 | 0.55 |
| Hex | 20 | 7A | F8 | 57 | 33 | 0 | 3 | D7 | 5E | 37 |
| Octal | 40 | 172 | 370 | 127 | 63 | 0 | 3 | 327 | 136 | 67 |
| Binary | 100000 | 1111010 | 11111000 | 1010111 | 110011 | 0 | 11 | 11010111 | 1011110 | 110111 |
Color Harmonies of #207AF8
Complementary color
Monochromatic Colors of #207AF8
Black with #207AF8
Text Example
Text Example
White with #207AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207AF8; }
p { color: rgb(32,122,248); }
H1.HeaderClassName
{
color: #207AF8;
}
.AnyTagClassName
{
color: #207AF8;
}
</style>
background-color css
<style>
a { background-color: #207AF8; }
a { background-color: rgb(32,122,248); }
div.DivClassName
{
background-color: #207AF8;
}
.BgClassName
{
background-color: #207AF8;
}
</style>
border-color css
<style>
span { border-color: #207AF8; }
span { border-color: rgb(32,122,248); }
td.TdClassName
{
border-color: #207AF8;
}
.TagClassName
{
border-color: #207AF8;
}
</style>