Shades of Dodger Blue #0772F3
Tints of Dodger Blue #0772F3
RGB
CMYK
RGB Variations
Color information
#0772F3 (or 0x0772F3) is known color: Dodger Blue. HEX triplet: 07, 72 and F3. RGB value is (7,114,243). Sum of RGB (Red+Green+Blue) = 7+114+243=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 243 (95.31% from 255 or 66.76% from 364); Max value from RGB is 243 - color contains mainly: blue. Hex color #0772F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0772F3 is #F88D0C. Grayscale: #606060. Windows color (decimal): -16289037 or 15954439. OLE color: 15954439.
HSL color Cylindrical-coordinate representation of color #0772F3: hue angle of 212.8º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0772F3 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 114 | 243 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.05 |
| HSL | 212.8º | 0.94% | 0.49% | - |
| HSV(B) | 212.8º | 0.97% | 0.95% | - |
| XYZ | 22.28 | 18.55 | 87.2 | - |
| YUV | 96.71 | 210.55 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 243 | 0.97 | 0.53 | 0 | 0.05 | 212.8 | 0.94 | 0.49 |
| Hex | 7 | 72 | F3 | 61 | 35 | 0 | 5 | D5 | 5E | 31 |
| Octal | 7 | 162 | 363 | 141 | 65 | 0 | 5 | 325 | 136 | 61 |
| Binary | 111 | 1110010 | 11110011 | 1100001 | 110101 | 0 | 101 | 11010101 | 1011110 | 110001 |
Color Harmonies of #0772F3
Complementary color
Monochromatic Colors of #0772F3
Black with #0772F3
Text Example
Text Example
White with #0772F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0772F3; }
p { color: rgb(7,114,243); }
H1.HeaderClassName
{
color: #0772F3;
}
.AnyTagClassName
{
color: #0772F3;
}
</style>
background-color css
<style>
a { background-color: #0772F3; }
a { background-color: rgb(7,114,243); }
div.DivClassName
{
background-color: #0772F3;
}
.BgClassName
{
background-color: #0772F3;
}
</style>
border-color css
<style>
span { border-color: #0772F3; }
span { border-color: rgb(7,114,243); }
td.TdClassName
{
border-color: #0772F3;
}
.TagClassName
{
border-color: #0772F3;
}
</style>