Shades of Dodger Blue #0D9BEB
Tints of Dodger Blue #0D9BEB
RGB
CMYK
RGB Variations
Color information
#0D9BEB (or 0x0D9BEB) is known color: Dodger Blue. HEX triplet: 0D, 9B and EB. RGB value is (13,155,235). Sum of RGB (Red+Green+Blue) = 13+155+235=403 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D9BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9BEB is #F26414. Grayscale: #797979. Windows color (decimal): -15885333 or 15440653. OLE color: 15440653.
HSL color Cylindrical-coordinate representation of color #0D9BEB: hue angle of 201.62º 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 #0D9BEB is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 155 | 235 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.08 |
| HSL | 201.62º | 0.9% | 0.49% | - |
| HSV(B) | 201.62º | 0.94% | 0.92% | - |
| XYZ | 26.88 | 29.53 | 82.88 | - |
| YUV | 121.66 | 191.96 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 155 | 235 | 0.94 | 0.34 | 0 | 0.08 | 201.62 | 0.9 | 0.49 |
| Hex | D | 9B | EB | 5E | 22 | 0 | 8 | CA | 5A | 31 |
| Octal | 15 | 233 | 353 | 136 | 42 | 0 | 10 | 312 | 132 | 61 |
| Binary | 1101 | 10011011 | 11101011 | 1011110 | 100010 | 0 | 1000 | 11001010 | 1011010 | 110001 |
Color Harmonies of #0D9BEB
Complementary color
Monochromatic Colors of #0D9BEB
Black with #0D9BEB
Text Example
Text Example
White with #0D9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9BEB; }
p { color: rgb(13,155,235); }
H1.HeaderClassName
{
color: #0D9BEB;
}
.AnyTagClassName
{
color: #0D9BEB;
}
</style>
background-color css
<style>
a { background-color: #0D9BEB; }
a { background-color: rgb(13,155,235); }
div.DivClassName
{
background-color: #0D9BEB;
}
.BgClassName
{
background-color: #0D9BEB;
}
</style>
border-color css
<style>
span { border-color: #0D9BEB; }
span { border-color: rgb(13,155,235); }
td.TdClassName
{
border-color: #0D9BEB;
}
.TagClassName
{
border-color: #0D9BEB;
}
</style>