Shades of Dodger Blue #0768FC
Tints of Dodger Blue #0768FC
RGB
CMYK
RGB Variations
Color information
#0768FC (or 0x0768FC) is known color: Dodger Blue. HEX triplet: 07, 68 and FC. RGB value is (7,104,252). Sum of RGB (Red+Green+Blue) = 7+104+252=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #0768FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0768FC is #F89703. Grayscale: #5B5B5B. Windows color (decimal): -16291588 or 16541703. OLE color: 16541703.
HSL color Cylindrical-coordinate representation of color #0768FC: hue angle of 216.24º 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 #0768FC is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 104 | 252 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.01 |
| HSL | 216.24º | 0.98% | 0.51% | - |
| HSV(B) | 216.24º | 0.97% | 0.99% | - |
| XYZ | 22.61 | 16.97 | 94.18 | - |
| YUV | 91.87 | 218.36 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 252 | 0.97 | 0.59 | 0 | 0.01 | 216.24 | 0.98 | 0.51 |
| Hex | 7 | 68 | FC | 61 | 3B | 0 | 1 | D8 | 62 | 33 |
| Octal | 7 | 150 | 374 | 141 | 73 | 0 | 1 | 330 | 142 | 63 |
| Binary | 111 | 1101000 | 11111100 | 1100001 | 111011 | 0 | 1 | 11011000 | 1100010 | 110011 |
Color Harmonies of #0768FC
Complementary color
Monochromatic Colors of #0768FC
Black with #0768FC
Text Example
Text Example
White with #0768FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0768FC; }
p { color: rgb(7,104,252); }
H1.HeaderClassName
{
color: #0768FC;
}
.AnyTagClassName
{
color: #0768FC;
}
</style>
background-color css
<style>
a { background-color: #0768FC; }
a { background-color: rgb(7,104,252); }
div.DivClassName
{
background-color: #0768FC;
}
.BgClassName
{
background-color: #0768FC;
}
</style>
border-color css
<style>
span { border-color: #0768FC; }
span { border-color: rgb(7,104,252); }
td.TdClassName
{
border-color: #0768FC;
}
.TagClassName
{
border-color: #0768FC;
}
</style>