Shades of Dodger Blue #0785FC
Tints of Dodger Blue #0785FC
RGB
CMYK
RGB Variations
Color information
#0785FC (or 0x0785FC) is known color: Dodger Blue. HEX triplet: 07, 85 and FC. RGB value is (7,133,252). Sum of RGB (Red+Green+Blue) = 7+133+252=392 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #0785FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0785FC is #F87A03. Grayscale: #6C6C6C. Windows color (decimal): -16284164 or 16549127. OLE color: 16549127.
HSL color Cylindrical-coordinate representation of color #0785FC: hue angle of 209.14º 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 #0785FC is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 133 | 252 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.01 |
| HSL | 209.14º | 0.98% | 0.51% | - |
| HSV(B) | 209.14º | 0.97% | 0.99% | - |
| XYZ | 26.05 | 23.85 | 95.33 | - |
| YUV | 108.89 | 208.76 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 252 | 0.97 | 0.47 | 0 | 0.01 | 209.14 | 0.98 | 0.51 |
| Hex | 7 | 85 | FC | 61 | 2F | 0 | 1 | D1 | 62 | 33 |
| Octal | 7 | 205 | 374 | 141 | 57 | 0 | 1 | 321 | 142 | 63 |
| Binary | 111 | 10000101 | 11111100 | 1100001 | 101111 | 0 | 1 | 11010001 | 1100010 | 110011 |
Color Harmonies of #0785FC
Complementary color
Monochromatic Colors of #0785FC
Black with #0785FC
Text Example
Text Example
White with #0785FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0785FC; }
p { color: rgb(7,133,252); }
H1.HeaderClassName
{
color: #0785FC;
}
.AnyTagClassName
{
color: #0785FC;
}
</style>
background-color css
<style>
a { background-color: #0785FC; }
a { background-color: rgb(7,133,252); }
div.DivClassName
{
background-color: #0785FC;
}
.BgClassName
{
background-color: #0785FC;
}
</style>
border-color css
<style>
span { border-color: #0785FC; }
span { border-color: rgb(7,133,252); }
td.TdClassName
{
border-color: #0785FC;
}
.TagClassName
{
border-color: #0785FC;
}
</style>