Shades of Dodger Blue #0D6BFA
Tints of Dodger Blue #0D6BFA
RGB
CMYK
RGB Variations
Color information
#0D6BFA (or 0x0D6BFA) is known color: Dodger Blue. HEX triplet: 0D, 6B and FA. RGB value is (13,107,250). Sum of RGB (Red+Green+Blue) = 13+107+250=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D6BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6BFA is #F29405. Grayscale: #5E5E5E. Windows color (decimal): -15897606 or 16411405. OLE color: 16411405.
HSL color Cylindrical-coordinate representation of color #0D6BFA: hue angle of 216.2º 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 #0D6BFA is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 107 | 250 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.02 |
| HSL | 216.2º | 0.96% | 0.52% | - |
| HSV(B) | 216.2º | 0.95% | 0.98% | - |
| XYZ | 22.68 | 17.5 | 92.63 | - |
| YUV | 95.2 | 215.36 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 250 | 0.95 | 0.57 | 0 | 0.02 | 216.2 | 0.96 | 0.52 |
| Hex | D | 6B | FA | 5F | 39 | 0 | 2 | D8 | 60 | 34 |
| Octal | 15 | 153 | 372 | 137 | 71 | 0 | 2 | 330 | 140 | 64 |
| Binary | 1101 | 1101011 | 11111010 | 1011111 | 111001 | 0 | 10 | 11011000 | 1100000 | 110100 |
Color Harmonies of #0D6BFA
Complementary color
Monochromatic Colors of #0D6BFA
Black with #0D6BFA
Text Example
Text Example
White with #0D6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6BFA; }
p { color: rgb(13,107,250); }
H1.HeaderClassName
{
color: #0D6BFA;
}
.AnyTagClassName
{
color: #0D6BFA;
}
</style>
background-color css
<style>
a { background-color: #0D6BFA; }
a { background-color: rgb(13,107,250); }
div.DivClassName
{
background-color: #0D6BFA;
}
.BgClassName
{
background-color: #0D6BFA;
}
</style>
border-color css
<style>
span { border-color: #0D6BFA; }
span { border-color: rgb(13,107,250); }
td.TdClassName
{
border-color: #0D6BFA;
}
.TagClassName
{
border-color: #0D6BFA;
}
</style>