Shades of Dodger Blue #0D92EB
Tints of Dodger Blue #0D92EB
RGB
CMYK
RGB Variations
Color information
#0D92EB (or 0x0D92EB) is known color: Dodger Blue. HEX triplet: 0D, 92 and EB. RGB value is (13,146,235). Sum of RGB (Red+Green+Blue) = 13+146+235=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D92EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D92EB is #F26D14. Grayscale: #737373. Windows color (decimal): -15887637 or 15438349. OLE color: 15438349.
HSL color Cylindrical-coordinate representation of color #0D92EB: hue angle of 204.05º 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 #0D92EB is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 146 | 235 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.08 |
| HSL | 204.05º | 0.9% | 0.49% | - |
| HSV(B) | 204.05º | 0.94% | 0.92% | - |
| XYZ | 25.44 | 26.64 | 82.4 | - |
| YUV | 116.38 | 194.94 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 146 | 235 | 0.94 | 0.38 | 0 | 0.08 | 204.05 | 0.9 | 0.49 |
| Hex | D | 92 | EB | 5E | 26 | 0 | 8 | CC | 5A | 31 |
| Octal | 15 | 222 | 353 | 136 | 46 | 0 | 10 | 314 | 132 | 61 |
| Binary | 1101 | 10010010 | 11101011 | 1011110 | 100110 | 0 | 1000 | 11001100 | 1011010 | 110001 |
Color Harmonies of #0D92EB
Complementary color
Monochromatic Colors of #0D92EB
Black with #0D92EB
Text Example
Text Example
White with #0D92EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D92EB; }
p { color: rgb(13,146,235); }
H1.HeaderClassName
{
color: #0D92EB;
}
.AnyTagClassName
{
color: #0D92EB;
}
</style>
background-color css
<style>
a { background-color: #0D92EB; }
a { background-color: rgb(13,146,235); }
div.DivClassName
{
background-color: #0D92EB;
}
.BgClassName
{
background-color: #0D92EB;
}
</style>
border-color css
<style>
span { border-color: #0D92EB; }
span { border-color: rgb(13,146,235); }
td.TdClassName
{
border-color: #0D92EB;
}
.TagClassName
{
border-color: #0D92EB;
}
</style>