Shades of Dodger Blue #0D6EFA
Tints of Dodger Blue #0D6EFA
RGB
CMYK
RGB Variations
Color information
#0D6EFA (or 0x0D6EFA) is known color: Dodger Blue. HEX triplet: 0D, 6E and FA. RGB value is (13,110,250). Sum of RGB (Red+Green+Blue) = 13+110+250=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D6EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6EFA is #F29105. Grayscale: #606060. Windows color (decimal): -15896838 or 16412173. OLE color: 16412173.
HSL color Cylindrical-coordinate representation of color #0D6EFA: hue angle of 215.44º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D6EFA is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 110 | 250 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.02 |
| HSL | 215.44º | 0.96% | 0.52% | - |
| HSV(B) | 215.44º | 0.95% | 0.98% | - |
| XYZ | 23 | 18.14 | 92.73 | - |
| YUV | 96.96 | 214.36 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 110 | 250 | 0.95 | 0.56 | 0 | 0.02 | 215.44 | 0.96 | 0.52 |
| Hex | D | 6E | FA | 5F | 38 | 0 | 2 | D7 | 60 | 34 |
| Octal | 15 | 156 | 372 | 137 | 70 | 0 | 2 | 327 | 140 | 64 |
| Binary | 1101 | 1101110 | 11111010 | 1011111 | 111000 | 0 | 10 | 11010111 | 1100000 | 110100 |
Color Harmonies of #0D6EFA
Complementary color
Monochromatic Colors of #0D6EFA
Black with #0D6EFA
Text Example
Text Example
White with #0D6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6EFA; }
p { color: rgb(13,110,250); }
H1.HeaderClassName
{
color: #0D6EFA;
}
.AnyTagClassName
{
color: #0D6EFA;
}
</style>
background-color css
<style>
a { background-color: #0D6EFA; }
a { background-color: rgb(13,110,250); }
div.DivClassName
{
background-color: #0D6EFA;
}
.BgClassName
{
background-color: #0D6EFA;
}
</style>
border-color css
<style>
span { border-color: #0D6EFA; }
span { border-color: rgb(13,110,250); }
td.TdClassName
{
border-color: #0D6EFA;
}
.TagClassName
{
border-color: #0D6EFA;
}
</style>