Shades of Dodger Blue #0D6FFC
Tints of Dodger Blue #0D6FFC
RGB
CMYK
RGB Variations
Color information
#0D6FFC (or 0x0D6FFC) is known color: Dodger Blue. HEX triplet: 0D, 6F and FC. RGB value is (13,111,252). Sum of RGB (Red+Green+Blue) = 13+111+252=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #0D6FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6FFC is #F29003. Grayscale: #616161. Windows color (decimal): -15896580 or 16543501. OLE color: 16543501.
HSL color Cylindrical-coordinate representation of color #0D6FFC: hue angle of 215.4º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D6FFC is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 111 | 252 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.01 |
| HSL | 215.4º | 0.98% | 0.52% | - |
| HSV(B) | 215.4º | 0.95% | 0.99% | - |
| XYZ | 23.42 | 18.48 | 94.43 | - |
| YUV | 97.77 | 215.03 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 111 | 252 | 0.95 | 0.56 | 0 | 0.01 | 215.4 | 0.98 | 0.52 |
| Hex | D | 6F | FC | 5F | 38 | 0 | 1 | D7 | 62 | 34 |
| Octal | 15 | 157 | 374 | 137 | 70 | 0 | 1 | 327 | 142 | 64 |
| Binary | 1101 | 1101111 | 11111100 | 1011111 | 111000 | 0 | 1 | 11010111 | 1100010 | 110100 |
Color Harmonies of #0D6FFC
Complementary color
Monochromatic Colors of #0D6FFC
Black with #0D6FFC
Text Example
Text Example
White with #0D6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6FFC; }
p { color: rgb(13,111,252); }
H1.HeaderClassName
{
color: #0D6FFC;
}
.AnyTagClassName
{
color: #0D6FFC;
}
</style>
background-color css
<style>
a { background-color: #0D6FFC; }
a { background-color: rgb(13,111,252); }
div.DivClassName
{
background-color: #0D6FFC;
}
.BgClassName
{
background-color: #0D6FFC;
}
</style>
border-color css
<style>
span { border-color: #0D6FFC; }
span { border-color: rgb(13,111,252); }
td.TdClassName
{
border-color: #0D6FFC;
}
.TagClassName
{
border-color: #0D6FFC;
}
</style>