Shades of Dodger Blue #0785FF
Tints of Dodger Blue #0785FF
RGB
CMYK
RGB Variations
Color information
#0785FF (or 0x0785FF) is known color: Dodger Blue. HEX triplet: 07, 85 and FF. RGB value is (7,133,255). Sum of RGB (Red+Green+Blue) = 7+133+255=395 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #0785FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0785FF is #F87A00. Grayscale: #6C6C6C. Windows color (decimal): -16284161 or 16745735. OLE color: 16745735.
HSL color Cylindrical-coordinate representation of color #0785FF: hue angle of 209.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0785FF is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 133 | 255 | - |
| CMYK | 0.97 | 0.48 | 0 | 0 |
| HSL | 209.52º | 1% | 0.51% | - |
| HSV(B) | 209.52º | 0.97% | 1% | - |
| XYZ | 26.53 | 24.04 | 97.85 | - |
| YUV | 109.23 | 210.26 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 255 | 0.97 | 0.48 | 0 | 0 | 209.52 | 1 | 0.51 |
| Hex | 7 | 85 | FF | 61 | 30 | 0 | 0 | D2 | 64 | 33 |
| Octal | 7 | 205 | 377 | 141 | 60 | 0 | 0 | 322 | 144 | 63 |
| Binary | 111 | 10000101 | 11111111 | 1100001 | 110000 | 0 | 0 | 11010010 | 1100100 | 110011 |
Color Harmonies of #0785FF
Complementary color
Monochromatic Colors of #0785FF
Black with #0785FF
Text Example
Text Example
White with #0785FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0785FF; }
p { color: rgb(7,133,255); }
H1.HeaderClassName
{
color: #0785FF;
}
.AnyTagClassName
{
color: #0785FF;
}
</style>
background-color css
<style>
a { background-color: #0785FF; }
a { background-color: rgb(7,133,255); }
div.DivClassName
{
background-color: #0785FF;
}
.BgClassName
{
background-color: #0785FF;
}
</style>
border-color css
<style>
span { border-color: #0785FF; }
span { border-color: rgb(7,133,255); }
td.TdClassName
{
border-color: #0785FF;
}
.TagClassName
{
border-color: #0785FF;
}
</style>