Shades of Dodger Blue #0D61FF
Tints of Dodger Blue #0D61FF
RGB
CMYK
RGB Variations
Color information
#0D61FF (or 0x0D61FF) is known color: Dodger Blue. HEX triplet: 0D, 61 and FF. RGB value is (13,97,255). Sum of RGB (Red+Green+Blue) = 13+97+255=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D61FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D61FF is #F29E00. Grayscale: #595959. Windows color (decimal): -15900161 or 16736525. OLE color: 16736525.
HSL color Cylindrical-coordinate representation of color #0D61FF: hue angle of 219.17º 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 #0D61FF is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 97 | 255 | - |
| CMYK | 0.95 | 0.62 | 0 | 0 |
| HSL | 219.17º | 1% | 0.53% | - |
| HSV(B) | 219.17º | 0.95% | 1% | - |
| XYZ | 22.49 | 15.85 | 96.48 | - |
| YUV | 89.9 | 221.17 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 255 | 0.95 | 0.62 | 0 | 0 | 219.17 | 1 | 0.53 |
| Hex | D | 61 | FF | 5F | 3E | 0 | 0 | DB | 64 | 35 |
| Octal | 15 | 141 | 377 | 137 | 76 | 0 | 0 | 333 | 144 | 65 |
| Binary | 1101 | 1100001 | 11111111 | 1011111 | 111110 | 0 | 0 | 11011011 | 1100100 | 110101 |
Color Harmonies of #0D61FF
Complementary color
Monochromatic Colors of #0D61FF
Black with #0D61FF
Text Example
Text Example
White with #0D61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D61FF; }
p { color: rgb(13,97,255); }
H1.HeaderClassName
{
color: #0D61FF;
}
.AnyTagClassName
{
color: #0D61FF;
}
</style>
background-color css
<style>
a { background-color: #0D61FF; }
a { background-color: rgb(13,97,255); }
div.DivClassName
{
background-color: #0D61FF;
}
.BgClassName
{
background-color: #0D61FF;
}
</style>
border-color css
<style>
span { border-color: #0D61FF; }
span { border-color: rgb(13,97,255); }
td.TdClassName
{
border-color: #0D61FF;
}
.TagClassName
{
border-color: #0D61FF;
}
</style>