Shades of Dodger Blue #076FFC
Tints of Dodger Blue #076FFC
RGB
CMYK
RGB Variations
Color information
#076FFC (or 0x076FFC) is known color: Dodger Blue. HEX triplet: 07, 6F and FC. RGB value is (7,111,252). Sum of RGB (Red+Green+Blue) = 7+111+252=370 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #076FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076FFC is #F89003. Grayscale: #5F5F5F. Windows color (decimal): -16289796 or 16543495. OLE color: 16543495.
HSL color Cylindrical-coordinate representation of color #076FFC: hue angle of 214.53º 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 #076FFC is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 111 | 252 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.01 |
| HSL | 214.53º | 0.98% | 0.51% | - |
| HSV(B) | 214.53º | 0.97% | 0.99% | - |
| XYZ | 23.34 | 18.44 | 94.42 | - |
| YUV | 95.98 | 216.04 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 252 | 0.97 | 0.56 | 0 | 0.01 | 214.53 | 0.98 | 0.51 |
| Hex | 7 | 6F | FC | 61 | 38 | 0 | 1 | D7 | 62 | 33 |
| Octal | 7 | 157 | 374 | 141 | 70 | 0 | 1 | 327 | 142 | 63 |
| Binary | 111 | 1101111 | 11111100 | 1100001 | 111000 | 0 | 1 | 11010111 | 1100010 | 110011 |
Color Harmonies of #076FFC
Complementary color
Monochromatic Colors of #076FFC
Black with #076FFC
Text Example
Text Example
White with #076FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076FFC; }
p { color: rgb(7,111,252); }
H1.HeaderClassName
{
color: #076FFC;
}
.AnyTagClassName
{
color: #076FFC;
}
</style>
background-color css
<style>
a { background-color: #076FFC; }
a { background-color: rgb(7,111,252); }
div.DivClassName
{
background-color: #076FFC;
}
.BgClassName
{
background-color: #076FFC;
}
</style>
border-color css
<style>
span { border-color: #076FFC; }
span { border-color: rgb(7,111,252); }
td.TdClassName
{
border-color: #076FFC;
}
.TagClassName
{
border-color: #076FFC;
}
</style>