Shades of Dodger Blue #0D77EB
Tints of Dodger Blue #0D77EB
RGB
CMYK
RGB Variations
Color information
#0D77EB (or 0x0D77EB) is known color: Dodger Blue. HEX triplet: 0D, 77 and EB. RGB value is (13,119,235). Sum of RGB (Red+Green+Blue) = 13+119+235=367 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.54% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D77EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D77EB is #F28814. Grayscale: #636363. Windows color (decimal): -15894549 or 15431437. OLE color: 15431437.
HSL color Cylindrical-coordinate representation of color #0D77EB: hue angle of 211.35º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D77EB is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 119 | 235 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.08 |
| HSL | 211.35º | 0.9% | 0.49% | - |
| HSV(B) | 211.35º | 0.94% | 0.92% | - |
| XYZ | 21.76 | 19.28 | 81.17 | - |
| YUV | 100.53 | 203.88 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 235 | 0.94 | 0.49 | 0 | 0.08 | 211.35 | 0.9 | 0.49 |
| Hex | D | 77 | EB | 5E | 31 | 0 | 8 | D3 | 5A | 31 |
| Octal | 15 | 167 | 353 | 136 | 61 | 0 | 10 | 323 | 132 | 61 |
| Binary | 1101 | 1110111 | 11101011 | 1011110 | 110001 | 0 | 1000 | 11010011 | 1011010 | 110001 |
Color Harmonies of #0D77EB
Complementary color
Monochromatic Colors of #0D77EB
Black with #0D77EB
Text Example
Text Example
White with #0D77EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D77EB; }
p { color: rgb(13,119,235); }
H1.HeaderClassName
{
color: #0D77EB;
}
.AnyTagClassName
{
color: #0D77EB;
}
</style>
background-color css
<style>
a { background-color: #0D77EB; }
a { background-color: rgb(13,119,235); }
div.DivClassName
{
background-color: #0D77EB;
}
.BgClassName
{
background-color: #0D77EB;
}
</style>
border-color css
<style>
span { border-color: #0D77EB; }
span { border-color: rgb(13,119,235); }
td.TdClassName
{
border-color: #0D77EB;
}
.TagClassName
{
border-color: #0D77EB;
}
</style>