Shades of Dodger Blue #076BFF
Tints of Dodger Blue #076BFF
RGB
CMYK
RGB Variations
Color information
#076BFF (or 0x076BFF) is known color: Dodger Blue. HEX triplet: 07, 6B and FF. RGB value is (7,107,255). Sum of RGB (Red+Green+Blue) = 7+107+255=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #076BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076BFF is #F89400. Grayscale: #5D5D5D. Windows color (decimal): -16290817 or 16739079. OLE color: 16739079.
HSL color Cylindrical-coordinate representation of color #076BFF: hue angle of 215.81º 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 #076BFF is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 107 | 255 | - |
| CMYK | 0.97 | 0.58 | 0 | 0 |
| HSL | 215.81º | 1% | 0.51% | - |
| HSV(B) | 215.81º | 0.97% | 1% | - |
| XYZ | 23.4 | 17.78 | 96.81 | - |
| YUV | 93.97 | 218.87 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 255 | 0.97 | 0.58 | 0 | 0 | 215.81 | 1 | 0.51 |
| Hex | 7 | 6B | FF | 61 | 3A | 0 | 0 | D8 | 64 | 33 |
| Octal | 7 | 153 | 377 | 141 | 72 | 0 | 0 | 330 | 144 | 63 |
| Binary | 111 | 1101011 | 11111111 | 1100001 | 111010 | 0 | 0 | 11011000 | 1100100 | 110011 |
Color Harmonies of #076BFF
Complementary color
Monochromatic Colors of #076BFF
Black with #076BFF
Text Example
Text Example
White with #076BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BFF; }
p { color: rgb(7,107,255); }
H1.HeaderClassName
{
color: #076BFF;
}
.AnyTagClassName
{
color: #076BFF;
}
</style>
background-color css
<style>
a { background-color: #076BFF; }
a { background-color: rgb(7,107,255); }
div.DivClassName
{
background-color: #076BFF;
}
.BgClassName
{
background-color: #076BFF;
}
</style>
border-color css
<style>
span { border-color: #076BFF; }
span { border-color: rgb(7,107,255); }
td.TdClassName
{
border-color: #076BFF;
}
.TagClassName
{
border-color: #076BFF;
}
</style>