Shades of Dodger Blue #007AFF
Tints of Dodger Blue #007AFF
RGB
CMYK
RGB Variations
Color information
#007AFF (or 0x007AFF) is known color: Dodger Blue. HEX triplet: 00, 7A and FF. RGB value is (0,122,255). Sum of RGB (Red+Green+Blue) = 0+122+255=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #007AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007AFF is #FF8500. Grayscale: #646464. Windows color (decimal): -16745729 or 16742912. OLE color: 16742912.
HSL color Cylindrical-coordinate representation of color #007AFF: hue angle of 211.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AFF is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 122 | 255 | - |
| CMYK | 1 | 0.52 | 0 | 0 |
| HSL | 211.29º | 1% | 0.5% | - |
| HSV(B) | 211.29º | 1% | 1% | - |
| XYZ | 25.01 | 21.14 | 97.37 | - |
| YUV | 100.68 | 215.08 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 255 | 1 | 0.52 | 0 | 0 | 211.29 | 1 | 0.5 |
| Hex | 0 | 7A | FF | 64 | 34 | 0 | 0 | D3 | 64 | 32 |
| Octal | 0 | 172 | 377 | 144 | 64 | 0 | 0 | 323 | 144 | 62 |
| Binary | 0 | 1111010 | 11111111 | 1100100 | 110100 | 0 | 0 | 11010011 | 1100100 | 110010 |
Color Harmonies of #007AFF
Complementary color
Monochromatic Colors of #007AFF
Black with #007AFF
Text Example
Text Example
White with #007AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AFF; }
p { color: rgb(0,122,255); }
H1.HeaderClassName
{
color: #007AFF;
}
.AnyTagClassName
{
color: #007AFF;
}
</style>
background-color css
<style>
a { background-color: #007AFF; }
a { background-color: rgb(0,122,255); }
div.DivClassName
{
background-color: #007AFF;
}
.BgClassName
{
background-color: #007AFF;
}
</style>
border-color css
<style>
span { border-color: #007AFF; }
span { border-color: rgb(0,122,255); }
td.TdClassName
{
border-color: #007AFF;
}
.TagClassName
{
border-color: #007AFF;
}
</style>