Shades of Dodger Blue #1D6BFA
Tints of Dodger Blue #1D6BFA
RGB
CMYK
RGB Variations
Color information
#1D6BFA (or 0x1D6BFA) is known color: Dodger Blue. HEX triplet: 1D, 6B and FA. RGB value is (29,107,250). Sum of RGB (Red+Green+Blue) = 29+107+250=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D6BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6BFA is #E29405. Grayscale: #636363. Windows color (decimal): -14849030 or 16411421. OLE color: 16411421.
HSL color Cylindrical-coordinate representation of color #1D6BFA: hue angle of 218.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D6BFA is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 107 | 250 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.02 |
| HSL | 218.82º | 0.96% | 0.55% | - |
| HSV(B) | 218.82º | 0.88% | 0.98% | - |
| XYZ | 23.02 | 17.68 | 92.64 | - |
| YUV | 99.98 | 212.66 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 250 | 0.88 | 0.57 | 0 | 0.02 | 218.82 | 0.96 | 0.55 |
| Hex | 1D | 6B | FA | 58 | 39 | 0 | 2 | DB | 60 | 37 |
| Octal | 35 | 153 | 372 | 130 | 71 | 0 | 2 | 333 | 140 | 67 |
| Binary | 11101 | 1101011 | 11111010 | 1011000 | 111001 | 0 | 10 | 11011011 | 1100000 | 110111 |
Color Harmonies of #1D6BFA
Complementary color
Monochromatic Colors of #1D6BFA
Black with #1D6BFA
Text Example
Text Example
White with #1D6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6BFA; }
p { color: rgb(29,107,250); }
H1.HeaderClassName
{
color: #1D6BFA;
}
.AnyTagClassName
{
color: #1D6BFA;
}
</style>
background-color css
<style>
a { background-color: #1D6BFA; }
a { background-color: rgb(29,107,250); }
div.DivClassName
{
background-color: #1D6BFA;
}
.BgClassName
{
background-color: #1D6BFA;
}
</style>
border-color css
<style>
span { border-color: #1D6BFA; }
span { border-color: rgb(29,107,250); }
td.TdClassName
{
border-color: #1D6BFA;
}
.TagClassName
{
border-color: #1D6BFA;
}
</style>