Shades of Dodger Blue #0768FA
Tints of Dodger Blue #0768FA
RGB
CMYK
RGB Variations
Color information
#0768FA (or 0x0768FA) is known color: Dodger Blue. HEX triplet: 07, 68 and FA. RGB value is (7,104,250). Sum of RGB (Red+Green+Blue) = 7+104+250=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #0768FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0768FA is #F89705. Grayscale: #5A5A5A. Windows color (decimal): -16291590 or 16410631. OLE color: 16410631.
HSL color Cylindrical-coordinate representation of color #0768FA: hue angle of 216.05º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0768FA is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 104 | 250 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.02 |
| HSL | 216.05º | 0.96% | 0.5% | - |
| HSV(B) | 216.05º | 0.97% | 0.98% | - |
| XYZ | 22.29 | 16.85 | 92.52 | - |
| YUV | 91.64 | 217.36 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 250 | 0.97 | 0.58 | 0 | 0.02 | 216.05 | 0.96 | 0.5 |
| Hex | 7 | 68 | FA | 61 | 3A | 0 | 2 | D8 | 60 | 32 |
| Octal | 7 | 150 | 372 | 141 | 72 | 0 | 2 | 330 | 140 | 62 |
| Binary | 111 | 1101000 | 11111010 | 1100001 | 111010 | 0 | 10 | 11011000 | 1100000 | 110010 |
Color Harmonies of #0768FA
Complementary color
Monochromatic Colors of #0768FA
Black with #0768FA
Text Example
Text Example
White with #0768FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0768FA; }
p { color: rgb(7,104,250); }
H1.HeaderClassName
{
color: #0768FA;
}
.AnyTagClassName
{
color: #0768FA;
}
</style>
background-color css
<style>
a { background-color: #0768FA; }
a { background-color: rgb(7,104,250); }
div.DivClassName
{
background-color: #0768FA;
}
.BgClassName
{
background-color: #0768FA;
}
</style>
border-color css
<style>
span { border-color: #0768FA; }
span { border-color: rgb(7,104,250); }
td.TdClassName
{
border-color: #0768FA;
}
.TagClassName
{
border-color: #0768FA;
}
</style>