Shades of Dodger Blue #1D72FA
Tints of Dodger Blue #1D72FA
RGB
CMYK
RGB Variations
Color information
#1D72FA (or 0x1D72FA) is known color: Dodger Blue. HEX triplet: 1D, 72 and FA. RGB value is (29,114,250). Sum of RGB (Red+Green+Blue) = 29+114+250=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D72FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D72FA is #E28D05. Grayscale: #676767. Windows color (decimal): -14847238 or 16413213. OLE color: 16413213.
HSL color Cylindrical-coordinate representation of color #1D72FA: hue angle of 216.92º 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 #1D72FA is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 114 | 250 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.02 |
| HSL | 216.92º | 0.96% | 0.55% | - |
| HSV(B) | 216.92º | 0.88% | 0.98% | - |
| XYZ | 23.78 | 19.2 | 92.89 | - |
| YUV | 104.09 | 210.34 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 114 | 250 | 0.88 | 0.54 | 0 | 0.02 | 216.92 | 0.96 | 0.55 |
| Hex | 1D | 72 | FA | 58 | 36 | 0 | 2 | D9 | 60 | 37 |
| Octal | 35 | 162 | 372 | 130 | 66 | 0 | 2 | 331 | 140 | 67 |
| Binary | 11101 | 1110010 | 11111010 | 1011000 | 110110 | 0 | 10 | 11011001 | 1100000 | 110111 |
Color Harmonies of #1D72FA
Complementary color
Monochromatic Colors of #1D72FA
Black with #1D72FA
Text Example
Text Example
White with #1D72FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D72FA; }
p { color: rgb(29,114,250); }
H1.HeaderClassName
{
color: #1D72FA;
}
.AnyTagClassName
{
color: #1D72FA;
}
</style>
background-color css
<style>
a { background-color: #1D72FA; }
a { background-color: rgb(29,114,250); }
div.DivClassName
{
background-color: #1D72FA;
}
.BgClassName
{
background-color: #1D72FA;
}
</style>
border-color css
<style>
span { border-color: #1D72FA; }
span { border-color: rgb(29,114,250); }
td.TdClassName
{
border-color: #1D72FA;
}
.TagClassName
{
border-color: #1D72FA;
}
</style>