Shades of Dodger Blue #1D84FB
Tints of Dodger Blue #1D84FB
RGB
CMYK
RGB Variations
Color information
#1D84FB (or 0x1D84FB) is known color: Dodger Blue. HEX triplet: 1D, 84 and FB. RGB value is (29,132,251). Sum of RGB (Red+Green+Blue) = 29+132+251=412 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.04% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D84FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D84FB is #E27B04. Grayscale: #727272. Windows color (decimal): -14842629 or 16483357. OLE color: 16483357.
HSL color Cylindrical-coordinate representation of color #1D84FB: hue angle of 212.16º degrees, saturation: 0.97, 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 #1D84FB is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 132 | 251 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.02 |
| HSL | 212.16º | 0.97% | 0.55% | - |
| HSV(B) | 212.16º | 0.88% | 0.98% | - |
| XYZ | 26.17 | 23.73 | 94.47 | - |
| YUV | 114.77 | 204.88 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 251 | 0.88 | 0.47 | 0 | 0.02 | 212.16 | 0.97 | 0.55 |
| Hex | 1D | 84 | FB | 58 | 2F | 0 | 2 | D4 | 61 | 37 |
| Octal | 35 | 204 | 373 | 130 | 57 | 0 | 2 | 324 | 141 | 67 |
| Binary | 11101 | 10000100 | 11111011 | 1011000 | 101111 | 0 | 10 | 11010100 | 1100001 | 110111 |
Color Harmonies of #1D84FB
Complementary color
Monochromatic Colors of #1D84FB
Black with #1D84FB
Text Example
Text Example
White with #1D84FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D84FB; }
p { color: rgb(29,132,251); }
H1.HeaderClassName
{
color: #1D84FB;
}
.AnyTagClassName
{
color: #1D84FB;
}
</style>
background-color css
<style>
a { background-color: #1D84FB; }
a { background-color: rgb(29,132,251); }
div.DivClassName
{
background-color: #1D84FB;
}
.BgClassName
{
background-color: #1D84FB;
}
</style>
border-color css
<style>
span { border-color: #1D84FB; }
span { border-color: rgb(29,132,251); }
td.TdClassName
{
border-color: #1D84FB;
}
.TagClassName
{
border-color: #1D84FB;
}
</style>