Shades of Dodger Blue #0D95FF
Tints of Dodger Blue #0D95FF
RGB
CMYK
RGB Variations
Color information
#0D95FF (or 0x0D95FF) is known color: Dodger Blue. HEX triplet: 0D, 95 and FF. RGB value is (13,149,255). Sum of RGB (Red+Green+Blue) = 13+149+255=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D95FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D95FF is #F26A00. Grayscale: #777777. Windows color (decimal): -15886849 or 16749837. OLE color: 16749837.
HSL color Cylindrical-coordinate representation of color #0D95FF: hue angle of 206.28º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D95FF is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 149 | 255 | - |
| CMYK | 0.95 | 0.42 | 0 | 0 |
| HSL | 206.28º | 1% | 0.53% | - |
| HSV(B) | 206.28º | 0.95% | 1% | - |
| XYZ | 28.96 | 28.8 | 98.64 | - |
| YUV | 120.42 | 203.94 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 255 | 0.95 | 0.42 | 0 | 0 | 206.28 | 1 | 0.53 |
| Hex | D | 95 | FF | 5F | 2A | 0 | 0 | CE | 64 | 35 |
| Octal | 15 | 225 | 377 | 137 | 52 | 0 | 0 | 316 | 144 | 65 |
| Binary | 1101 | 10010101 | 11111111 | 1011111 | 101010 | 0 | 0 | 11001110 | 1100100 | 110101 |
Color Harmonies of #0D95FF
Complementary color
Monochromatic Colors of #0D95FF
Black with #0D95FF
Text Example
Text Example
White with #0D95FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D95FF; }
p { color: rgb(13,149,255); }
H1.HeaderClassName
{
color: #0D95FF;
}
.AnyTagClassName
{
color: #0D95FF;
}
</style>
background-color css
<style>
a { background-color: #0D95FF; }
a { background-color: rgb(13,149,255); }
div.DivClassName
{
background-color: #0D95FF;
}
.BgClassName
{
background-color: #0D95FF;
}
</style>
border-color css
<style>
span { border-color: #0D95FF; }
span { border-color: rgb(13,149,255); }
td.TdClassName
{
border-color: #0D95FF;
}
.TagClassName
{
border-color: #0D95FF;
}
</style>