Shades of Dodger Blue #076CFD
Tints of Dodger Blue #076CFD
RGB
CMYK
RGB Variations
Color information
#076CFD (or 0x076CFD) is known color: Dodger Blue. HEX triplet: 07, 6C and FD. RGB value is (7,108,253). Sum of RGB (Red+Green+Blue) = 7+108+253=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #076CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076CFD is #F89302. Grayscale: #5D5D5D. Windows color (decimal): -16290563 or 16608263. OLE color: 16608263.
HSL color Cylindrical-coordinate representation of color #076CFD: hue angle of 215.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CFD is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 108 | 253 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.01 |
| HSL | 215.37º | 0.98% | 0.51% | - |
| HSV(B) | 215.37º | 0.97% | 0.99% | - |
| XYZ | 23.18 | 17.86 | 95.15 | - |
| YUV | 94.33 | 217.54 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 253 | 0.97 | 0.57 | 0 | 0.01 | 215.37 | 0.98 | 0.51 |
| Hex | 7 | 6C | FD | 61 | 39 | 0 | 1 | D7 | 62 | 33 |
| Octal | 7 | 154 | 375 | 141 | 71 | 0 | 1 | 327 | 142 | 63 |
| Binary | 111 | 1101100 | 11111101 | 1100001 | 111001 | 0 | 1 | 11010111 | 1100010 | 110011 |
Color Harmonies of #076CFD
Complementary color
Monochromatic Colors of #076CFD
Black with #076CFD
Text Example
Text Example
White with #076CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CFD; }
p { color: rgb(7,108,253); }
H1.HeaderClassName
{
color: #076CFD;
}
.AnyTagClassName
{
color: #076CFD;
}
</style>
background-color css
<style>
a { background-color: #076CFD; }
a { background-color: rgb(7,108,253); }
div.DivClassName
{
background-color: #076CFD;
}
.BgClassName
{
background-color: #076CFD;
}
</style>
border-color css
<style>
span { border-color: #076CFD; }
span { border-color: rgb(7,108,253); }
td.TdClassName
{
border-color: #076CFD;
}
.TagClassName
{
border-color: #076CFD;
}
</style>