Shades of Dodger Blue #0D7CFE
Tints of Dodger Blue #0D7CFE
RGB
CMYK
RGB Variations
Color information
#0D7CFE (or 0x0D7CFE) is known color: Dodger Blue. HEX triplet: 0D, 7C and FE. RGB value is (13,124,254). Sum of RGB (Red+Green+Blue) = 13+124+254=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #0D7CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D7CFE is #F28301. Grayscale: #696969. Windows color (decimal): -15893250 or 16677901. OLE color: 16677901.
HSL color Cylindrical-coordinate representation of color #0D7CFE: hue angle of 212.37º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D7CFE is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 124 | 254 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.00 |
| HSL | 212.37º | 0.99% | 0.52% | - |
| HSV(B) | 212.37º | 0.95% | 1% | - |
| XYZ | 25.26 | 21.66 | 96.61 | - |
| YUV | 105.63 | 211.73 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 124 | 254 | 0.95 | 0.51 | 0 | 0.00 | 212.37 | 0.99 | 0.52 |
| Hex | D | 7C | FE | 5F | 33 | 0 | 0 | D4 | 63 | 34 |
| Octal | 15 | 174 | 376 | 137 | 63 | 0 | 0 | 324 | 143 | 64 |
| Binary | 1101 | 1111100 | 11111110 | 1011111 | 110011 | 0 | 0 | 11010100 | 1100011 | 110100 |
Color Harmonies of #0D7CFE
Complementary color
Monochromatic Colors of #0D7CFE
Black with #0D7CFE
Text Example
Text Example
White with #0D7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7CFE; }
p { color: rgb(13,124,254); }
H1.HeaderClassName
{
color: #0D7CFE;
}
.AnyTagClassName
{
color: #0D7CFE;
}
</style>
background-color css
<style>
a { background-color: #0D7CFE; }
a { background-color: rgb(13,124,254); }
div.DivClassName
{
background-color: #0D7CFE;
}
.BgClassName
{
background-color: #0D7CFE;
}
</style>
border-color css
<style>
span { border-color: #0D7CFE; }
span { border-color: rgb(13,124,254); }
td.TdClassName
{
border-color: #0D7CFE;
}
.TagClassName
{
border-color: #0D7CFE;
}
</style>