Shades of Dodger Blue #0766FC
Tints of Dodger Blue #0766FC
RGB
CMYK
RGB Variations
Color information
#0766FC (or 0x0766FC) is known color: Dodger Blue. HEX triplet: 07, 66 and FC. RGB value is (7,102,252). Sum of RGB (Red+Green+Blue) = 7+102+252=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #0766FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0766FC is #F89903. Grayscale: #5A5A5A. Windows color (decimal): -16292100 or 16541191. OLE color: 16541191.
HSL color Cylindrical-coordinate representation of color #0766FC: hue angle of 216.73º 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 #0766FC is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 102 | 252 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.01 |
| HSL | 216.73º | 0.98% | 0.51% | - |
| HSV(B) | 216.73º | 0.97% | 0.99% | - |
| XYZ | 22.41 | 16.58 | 94.11 | - |
| YUV | 90.7 | 219.03 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 252 | 0.97 | 0.60 | 0 | 0.01 | 216.73 | 0.98 | 0.51 |
| Hex | 7 | 66 | FC | 61 | 3C | 0 | 1 | D9 | 62 | 33 |
| Octal | 7 | 146 | 374 | 141 | 74 | 0 | 1 | 331 | 142 | 63 |
| Binary | 111 | 1100110 | 11111100 | 1100001 | 111100 | 0 | 1 | 11011001 | 1100010 | 110011 |
Color Harmonies of #0766FC
Complementary color
Monochromatic Colors of #0766FC
Black with #0766FC
Text Example
Text Example
White with #0766FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0766FC; }
p { color: rgb(7,102,252); }
H1.HeaderClassName
{
color: #0766FC;
}
.AnyTagClassName
{
color: #0766FC;
}
</style>
background-color css
<style>
a { background-color: #0766FC; }
a { background-color: rgb(7,102,252); }
div.DivClassName
{
background-color: #0766FC;
}
.BgClassName
{
background-color: #0766FC;
}
</style>
border-color css
<style>
span { border-color: #0766FC; }
span { border-color: rgb(7,102,252); }
td.TdClassName
{
border-color: #0766FC;
}
.TagClassName
{
border-color: #0766FC;
}
</style>