Shades of Dodger Blue #076CFF
Tints of Dodger Blue #076CFF
RGB
CMYK
RGB Variations
Color information
#076CFF (or 0x076CFF) is known color: Dodger Blue. HEX triplet: 07, 6C and FF. RGB value is (7,108,255). Sum of RGB (Red+Green+Blue) = 7+108+255=370 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #076CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076CFF is #F89300. Grayscale: #5D5D5D. Windows color (decimal): -16290561 or 16739335. OLE color: 16739335.
HSL color Cylindrical-coordinate representation of color #076CFF: hue angle of 215.56º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CFF is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 108 | 255 | - |
| CMYK | 0.97 | 0.58 | 0 | 0 |
| HSL | 215.56º | 1% | 0.51% | - |
| HSV(B) | 215.56º | 0.97% | 1% | - |
| XYZ | 23.5 | 17.99 | 96.84 | - |
| YUV | 94.56 | 218.54 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 255 | 0.97 | 0.58 | 0 | 0 | 215.56 | 1 | 0.51 |
| Hex | 7 | 6C | FF | 61 | 3A | 0 | 0 | D8 | 64 | 33 |
| Octal | 7 | 154 | 377 | 141 | 72 | 0 | 0 | 330 | 144 | 63 |
| Binary | 111 | 1101100 | 11111111 | 1100001 | 111010 | 0 | 0 | 11011000 | 1100100 | 110011 |
Color Harmonies of #076CFF
Complementary color
Monochromatic Colors of #076CFF
Black with #076CFF
Text Example
Text Example
White with #076CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CFF; }
p { color: rgb(7,108,255); }
H1.HeaderClassName
{
color: #076CFF;
}
.AnyTagClassName
{
color: #076CFF;
}
</style>
background-color css
<style>
a { background-color: #076CFF; }
a { background-color: rgb(7,108,255); }
div.DivClassName
{
background-color: #076CFF;
}
.BgClassName
{
background-color: #076CFF;
}
</style>
border-color css
<style>
span { border-color: #076CFF; }
span { border-color: rgb(7,108,255); }
td.TdClassName
{
border-color: #076CFF;
}
.TagClassName
{
border-color: #076CFF;
}
</style>