Shades of Dodger Blue #0D68FF
Tints of Dodger Blue #0D68FF
RGB
CMYK
RGB Variations
Color information
#0D68FF (or 0x0D68FF) is known color: Dodger Blue. HEX triplet: 0D, 68 and FF. RGB value is (13,104,255). Sum of RGB (Red+Green+Blue) = 13+104+255=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D68FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D68FF is #F29700. Grayscale: #5D5D5D. Windows color (decimal): -15898369 or 16738317. OLE color: 16738317.
HSL color Cylindrical-coordinate representation of color #0D68FF: hue angle of 217.44º 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 #0D68FF is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 104 | 255 | - |
| CMYK | 0.95 | 0.59 | 0 | 0 |
| HSL | 217.44º | 1% | 0.53% | - |
| HSV(B) | 217.44º | 0.95% | 1% | - |
| XYZ | 23.17 | 17.21 | 96.71 | - |
| YUV | 94.01 | 218.85 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 104 | 255 | 0.95 | 0.59 | 0 | 0 | 217.44 | 1 | 0.53 |
| Hex | D | 68 | FF | 5F | 3B | 0 | 0 | D9 | 64 | 35 |
| Octal | 15 | 150 | 377 | 137 | 73 | 0 | 0 | 331 | 144 | 65 |
| Binary | 1101 | 1101000 | 11111111 | 1011111 | 111011 | 0 | 0 | 11011001 | 1100100 | 110101 |
Color Harmonies of #0D68FF
Complementary color
Monochromatic Colors of #0D68FF
Black with #0D68FF
Text Example
Text Example
White with #0D68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D68FF; }
p { color: rgb(13,104,255); }
H1.HeaderClassName
{
color: #0D68FF;
}
.AnyTagClassName
{
color: #0D68FF;
}
</style>
background-color css
<style>
a { background-color: #0D68FF; }
a { background-color: rgb(13,104,255); }
div.DivClassName
{
background-color: #0D68FF;
}
.BgClassName
{
background-color: #0D68FF;
}
</style>
border-color css
<style>
span { border-color: #0D68FF; }
span { border-color: rgb(13,104,255); }
td.TdClassName
{
border-color: #0D68FF;
}
.TagClassName
{
border-color: #0D68FF;
}
</style>