Shades of Dodger Blue #0770FC
Tints of Dodger Blue #0770FC
RGB
CMYK
RGB Variations
Color information
#0770FC (or 0x0770FC) is known color: Dodger Blue. HEX triplet: 07, 70 and FC. RGB value is (7,112,252). Sum of RGB (Red+Green+Blue) = 7+112+252=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #0770FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0770FC is #F88F03. Grayscale: #5F5F5F. Windows color (decimal): -16289540 or 16543751. OLE color: 16543751.
HSL color Cylindrical-coordinate representation of color #0770FC: hue angle of 214.29º 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 #0770FC is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 112 | 252 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.01 |
| HSL | 214.29º | 0.98% | 0.51% | - |
| HSV(B) | 214.29º | 0.97% | 0.99% | - |
| XYZ | 23.45 | 18.66 | 94.46 | - |
| YUV | 96.57 | 215.71 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 252 | 0.97 | 0.56 | 0 | 0.01 | 214.29 | 0.98 | 0.51 |
| Hex | 7 | 70 | FC | 61 | 38 | 0 | 1 | D6 | 62 | 33 |
| Octal | 7 | 160 | 374 | 141 | 70 | 0 | 1 | 326 | 142 | 63 |
| Binary | 111 | 1110000 | 11111100 | 1100001 | 111000 | 0 | 1 | 11010110 | 1100010 | 110011 |
Color Harmonies of #0770FC
Complementary color
Monochromatic Colors of #0770FC
Black with #0770FC
Text Example
Text Example
White with #0770FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0770FC; }
p { color: rgb(7,112,252); }
H1.HeaderClassName
{
color: #0770FC;
}
.AnyTagClassName
{
color: #0770FC;
}
</style>
background-color css
<style>
a { background-color: #0770FC; }
a { background-color: rgb(7,112,252); }
div.DivClassName
{
background-color: #0770FC;
}
.BgClassName
{
background-color: #0770FC;
}
</style>
border-color css
<style>
span { border-color: #0770FC; }
span { border-color: rgb(7,112,252); }
td.TdClassName
{
border-color: #0770FC;
}
.TagClassName
{
border-color: #0770FC;
}
</style>