Shades of Dodger Blue #1D84FF
Tints of Dodger Blue #1D84FF
RGB
CMYK
RGB Variations
Color information
#1D84FF (or 0x1D84FF) is known color: Dodger Blue. HEX triplet: 1D, 84 and FF. RGB value is (29,132,255). Sum of RGB (Red+Green+Blue) = 29+132+255=416 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.97% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D84FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D84FF is #E27B00. Grayscale: #727272. Windows color (decimal): -14842625 or 16745501. OLE color: 16745501.
HSL color Cylindrical-coordinate representation of color #1D84FF: hue angle of 212.65º 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 #1D84FF is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 132 | 255 | - |
| CMYK | 0.89 | 0.48 | 0 | 0 |
| HSL | 212.65º | 1% | 0.56% | - |
| HSV(B) | 212.65º | 0.89% | 1% | - |
| XYZ | 26.81 | 23.98 | 97.82 | - |
| YUV | 115.23 | 206.88 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 255 | 0.89 | 0.48 | 0 | 0 | 212.65 | 1 | 0.56 |
| Hex | 1D | 84 | FF | 59 | 30 | 0 | 0 | D5 | 64 | 38 |
| Octal | 35 | 204 | 377 | 131 | 60 | 0 | 0 | 325 | 144 | 70 |
| Binary | 11101 | 10000100 | 11111111 | 1011001 | 110000 | 0 | 0 | 11010101 | 1100100 | 111000 |
Color Harmonies of #1D84FF
Complementary color
Monochromatic Colors of #1D84FF
Black with #1D84FF
Text Example
Text Example
White with #1D84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D84FF; }
p { color: rgb(29,132,255); }
H1.HeaderClassName
{
color: #1D84FF;
}
.AnyTagClassName
{
color: #1D84FF;
}
</style>
background-color css
<style>
a { background-color: #1D84FF; }
a { background-color: rgb(29,132,255); }
div.DivClassName
{
background-color: #1D84FF;
}
.BgClassName
{
background-color: #1D84FF;
}
</style>
border-color css
<style>
span { border-color: #1D84FF; }
span { border-color: rgb(29,132,255); }
td.TdClassName
{
border-color: #1D84FF;
}
.TagClassName
{
border-color: #1D84FF;
}
</style>