Shades of Dodger Blue #0D69FF
Tints of Dodger Blue #0D69FF
RGB
CMYK
RGB Variations
Color information
#0D69FF (or 0x0D69FF) is known color: Dodger Blue. HEX triplet: 0D, 69 and FF. RGB value is (13,105,255). Sum of RGB (Red+Green+Blue) = 13+105+255=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D69FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D69FF is #F29600. Grayscale: #5D5D5D. Windows color (decimal): -15898113 or 16738573. OLE color: 16738573.
HSL color Cylindrical-coordinate representation of color #0D69FF: hue angle of 217.19º 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 #0D69FF is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 105 | 255 | - |
| CMYK | 0.95 | 0.59 | 0 | 0 |
| HSL | 217.19º | 1% | 0.53% | - |
| HSV(B) | 217.19º | 0.95% | 1% | - |
| XYZ | 23.27 | 17.41 | 96.74 | - |
| YUV | 94.59 | 218.52 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 105 | 255 | 0.95 | 0.59 | 0 | 0 | 217.19 | 1 | 0.53 |
| Hex | D | 69 | FF | 5F | 3B | 0 | 0 | D9 | 64 | 35 |
| Octal | 15 | 151 | 377 | 137 | 73 | 0 | 0 | 331 | 144 | 65 |
| Binary | 1101 | 1101001 | 11111111 | 1011111 | 111011 | 0 | 0 | 11011001 | 1100100 | 110101 |
Color Harmonies of #0D69FF
Complementary color
Monochromatic Colors of #0D69FF
Black with #0D69FF
Text Example
Text Example
White with #0D69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D69FF; }
p { color: rgb(13,105,255); }
H1.HeaderClassName
{
color: #0D69FF;
}
.AnyTagClassName
{
color: #0D69FF;
}
</style>
background-color css
<style>
a { background-color: #0D69FF; }
a { background-color: rgb(13,105,255); }
div.DivClassName
{
background-color: #0D69FF;
}
.BgClassName
{
background-color: #0D69FF;
}
</style>
border-color css
<style>
span { border-color: #0D69FF; }
span { border-color: rgb(13,105,255); }
td.TdClassName
{
border-color: #0D69FF;
}
.TagClassName
{
border-color: #0D69FF;
}
</style>