Shades of Dodger Blue #0788F1
Tints of Dodger Blue #0788F1
RGB
CMYK
RGB Variations
Color information
#0788F1 (or 0x0788F1) is known color: Dodger Blue. HEX triplet: 07, 88 and F1. RGB value is (7,136,241). Sum of RGB (Red+Green+Blue) = 7+136+241=384 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #0788F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0788F1 is #F8770E. Grayscale: #6C6C6C. Windows color (decimal): -16283407 or 15828999. OLE color: 15828999.
HSL color Cylindrical-coordinate representation of color #0788F1: hue angle of 206.92º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0788F1 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 136 | 241 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.05 |
| HSL | 206.92º | 0.94% | 0.49% | - |
| HSV(B) | 206.92º | 0.97% | 0.95% | - |
| XYZ | 24.77 | 24 | 86.55 | - |
| YUV | 109.4 | 202.26 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 241 | 0.97 | 0.44 | 0 | 0.05 | 206.92 | 0.94 | 0.49 |
| Hex | 7 | 88 | F1 | 61 | 2C | 0 | 5 | CF | 5E | 31 |
| Octal | 7 | 210 | 361 | 141 | 54 | 0 | 5 | 317 | 136 | 61 |
| Binary | 111 | 10001000 | 11110001 | 1100001 | 101100 | 0 | 101 | 11001111 | 1011110 | 110001 |
Color Harmonies of #0788F1
Complementary color
Monochromatic Colors of #0788F1
Black with #0788F1
Text Example
Text Example
White with #0788F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0788F1; }
p { color: rgb(7,136,241); }
H1.HeaderClassName
{
color: #0788F1;
}
.AnyTagClassName
{
color: #0788F1;
}
</style>
background-color css
<style>
a { background-color: #0788F1; }
a { background-color: rgb(7,136,241); }
div.DivClassName
{
background-color: #0788F1;
}
.BgClassName
{
background-color: #0788F1;
}
</style>
border-color css
<style>
span { border-color: #0788F1; }
span { border-color: rgb(7,136,241); }
td.TdClassName
{
border-color: #0788F1;
}
.TagClassName
{
border-color: #0788F1;
}
</style>