Shades of Dodger Blue #0D85EA
Tints of Dodger Blue #0D85EA
RGB
CMYK
RGB Variations
Color information
#0D85EA (or 0x0D85EA) is known color: Dodger Blue. HEX triplet: 0D, 85 and EA. RGB value is (13,133,234). Sum of RGB (Red+Green+Blue) = 13+133+234=380 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.42% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D85EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D85EA is #F27A15. Grayscale: #6C6C6C. Windows color (decimal): -15890966 or 15369485. OLE color: 15369485.
HSL color Cylindrical-coordinate representation of color #0D85EA: hue angle of 207.42º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D85EA is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 133 | 234 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.08 |
| HSL | 207.42º | 0.89% | 0.48% | - |
| HSV(B) | 207.42º | 0.94% | 0.92% | - |
| XYZ | 23.4 | 22.8 | 81.01 | - |
| YUV | 108.63 | 198.74 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 234 | 0.94 | 0.43 | 0 | 0.08 | 207.42 | 0.89 | 0.48 |
| Hex | D | 85 | EA | 5E | 2B | 0 | 8 | CF | 59 | 30 |
| Octal | 15 | 205 | 352 | 136 | 53 | 0 | 10 | 317 | 131 | 60 |
| Binary | 1101 | 10000101 | 11101010 | 1011110 | 101011 | 0 | 1000 | 11001111 | 1011001 | 110000 |
Color Harmonies of #0D85EA
Complementary color
Monochromatic Colors of #0D85EA
Black with #0D85EA
Text Example
Text Example
White with #0D85EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D85EA; }
p { color: rgb(13,133,234); }
H1.HeaderClassName
{
color: #0D85EA;
}
.AnyTagClassName
{
color: #0D85EA;
}
</style>
background-color css
<style>
a { background-color: #0D85EA; }
a { background-color: rgb(13,133,234); }
div.DivClassName
{
background-color: #0D85EA;
}
.BgClassName
{
background-color: #0D85EA;
}
</style>
border-color css
<style>
span { border-color: #0D85EA; }
span { border-color: rgb(13,133,234); }
td.TdClassName
{
border-color: #0D85EA;
}
.TagClassName
{
border-color: #0D85EA;
}
</style>