Shades of Dodger Blue #0D90EB
Tints of Dodger Blue #0D90EB
RGB
CMYK
RGB Variations
Color information
#0D90EB (or 0x0D90EB) is known color: Dodger Blue. HEX triplet: 0D, 90 and EB. RGB value is (13,144,235). Sum of RGB (Red+Green+Blue) = 13+144+235=392 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D90EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D90EB is #F26F14. Grayscale: #727272. Windows color (decimal): -15888149 or 15437837. OLE color: 15437837.
HSL color Cylindrical-coordinate representation of color #0D90EB: hue angle of 204.59º 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 #0D90EB is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 144 | 235 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.08 |
| HSL | 204.59º | 0.9% | 0.49% | - |
| HSV(B) | 204.59º | 0.94% | 0.92% | - |
| XYZ | 25.13 | 26.03 | 82.3 | - |
| YUV | 115.21 | 195.6 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 144 | 235 | 0.94 | 0.39 | 0 | 0.08 | 204.59 | 0.9 | 0.49 |
| Hex | D | 90 | EB | 5E | 27 | 0 | 8 | CD | 5A | 31 |
| Octal | 15 | 220 | 353 | 136 | 47 | 0 | 10 | 315 | 132 | 61 |
| Binary | 1101 | 10010000 | 11101011 | 1011110 | 100111 | 0 | 1000 | 11001101 | 1011010 | 110001 |
Color Harmonies of #0D90EB
Complementary color
Monochromatic Colors of #0D90EB
Black with #0D90EB
Text Example
Text Example
White with #0D90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D90EB; }
p { color: rgb(13,144,235); }
H1.HeaderClassName
{
color: #0D90EB;
}
.AnyTagClassName
{
color: #0D90EB;
}
</style>
background-color css
<style>
a { background-color: #0D90EB; }
a { background-color: rgb(13,144,235); }
div.DivClassName
{
background-color: #0D90EB;
}
.BgClassName
{
background-color: #0D90EB;
}
</style>
border-color css
<style>
span { border-color: #0D90EB; }
span { border-color: rgb(13,144,235); }
td.TdClassName
{
border-color: #0D90EB;
}
.TagClassName
{
border-color: #0D90EB;
}
</style>