Shades of Dodger Blue #1D74FF
Tints of Dodger Blue #1D74FF
RGB
CMYK
RGB Variations
Color information
#1D74FF (or 0x1D74FF) is known color: Dodger Blue. HEX triplet: 1D, 74 and FF. RGB value is (29,116,255). Sum of RGB (Red+Green+Blue) = 29+116+255=400 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D74FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D74FF is #E28B00. Grayscale: #696969. Windows color (decimal): -14846721 or 16741405. OLE color: 16741405.
HSL color Cylindrical-coordinate representation of color #1D74FF: hue angle of 216.9º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D74FF is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 116 | 255 | - |
| CMYK | 0.89 | 0.55 | 0 | 0 |
| HSL | 216.9º | 1% | 0.56% | - |
| HSV(B) | 216.9º | 0.89% | 1% | - |
| XYZ | 24.8 | 19.97 | 97.16 | - |
| YUV | 105.83 | 212.18 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 255 | 0.89 | 0.55 | 0 | 0 | 216.9 | 1 | 0.56 |
| Hex | 1D | 74 | FF | 59 | 37 | 0 | 0 | D9 | 64 | 38 |
| Octal | 35 | 164 | 377 | 131 | 67 | 0 | 0 | 331 | 144 | 70 |
| Binary | 11101 | 1110100 | 11111111 | 1011001 | 110111 | 0 | 0 | 11011001 | 1100100 | 111000 |
Color Harmonies of #1D74FF
Complementary color
Monochromatic Colors of #1D74FF
Black with #1D74FF
Text Example
Text Example
White with #1D74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D74FF; }
p { color: rgb(29,116,255); }
H1.HeaderClassName
{
color: #1D74FF;
}
.AnyTagClassName
{
color: #1D74FF;
}
</style>
background-color css
<style>
a { background-color: #1D74FF; }
a { background-color: rgb(29,116,255); }
div.DivClassName
{
background-color: #1D74FF;
}
.BgClassName
{
background-color: #1D74FF;
}
</style>
border-color css
<style>
span { border-color: #1D74FF; }
span { border-color: rgb(29,116,255); }
td.TdClassName
{
border-color: #1D74FF;
}
.TagClassName
{
border-color: #1D74FF;
}
</style>