Shades of Dodger Blue #0D95EA
Tints of Dodger Blue #0D95EA
RGB
CMYK
RGB Variations
Color information
#0D95EA (or 0x0D95EA) is known color: Dodger Blue. HEX triplet: 0D, 95 and EA. RGB value is (13,149,234). Sum of RGB (Red+Green+Blue) = 13+149+234=396 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.28% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D95EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D95EA is #F26A15. Grayscale: #757575. Windows color (decimal): -15886870 or 15373581. OLE color: 15373581.
HSL color Cylindrical-coordinate representation of color #0D95EA: hue angle of 203.08º 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 #0D95EA is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 149 | 234 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.08 |
| HSL | 203.08º | 0.89% | 0.48% | - |
| HSV(B) | 203.08º | 0.94% | 0.92% | - |
| XYZ | 25.76 | 27.52 | 81.8 | - |
| YUV | 118.03 | 193.44 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 234 | 0.94 | 0.36 | 0 | 0.08 | 203.08 | 0.89 | 0.48 |
| Hex | D | 95 | EA | 5E | 24 | 0 | 8 | CB | 59 | 30 |
| Octal | 15 | 225 | 352 | 136 | 44 | 0 | 10 | 313 | 131 | 60 |
| Binary | 1101 | 10010101 | 11101010 | 1011110 | 100100 | 0 | 1000 | 11001011 | 1011001 | 110000 |
Color Harmonies of #0D95EA
Complementary color
Monochromatic Colors of #0D95EA
Black with #0D95EA
Text Example
Text Example
White with #0D95EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D95EA; }
p { color: rgb(13,149,234); }
H1.HeaderClassName
{
color: #0D95EA;
}
.AnyTagClassName
{
color: #0D95EA;
}
</style>
background-color css
<style>
a { background-color: #0D95EA; }
a { background-color: rgb(13,149,234); }
div.DivClassName
{
background-color: #0D95EA;
}
.BgClassName
{
background-color: #0D95EA;
}
</style>
border-color css
<style>
span { border-color: #0D95EA; }
span { border-color: rgb(13,149,234); }
td.TdClassName
{
border-color: #0D95EA;
}
.TagClassName
{
border-color: #0D95EA;
}
</style>