Shades of Dodger Blue #1D7FEA
Tints of Dodger Blue #1D7FEA
RGB
CMYK
RGB Variations
Color information
#1D7FEA (or 0x1D7FEA) is known color: Dodger Blue. HEX triplet: 1D, 7F and EA. RGB value is (29,127,234). Sum of RGB (Red+Green+Blue) = 29+127+234=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #1D7FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7FEA is #E28015. Grayscale: #6D6D6D. Windows color (decimal): -14843926 or 15367965. OLE color: 15367965.
HSL color Cylindrical-coordinate representation of color #1D7FEA: hue angle of 211.32º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D7FEA is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 127 | 234 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.08 |
| HSL | 211.32º | 0.83% | 0.52% | - |
| HSV(B) | 211.32º | 0.88% | 0.92% | - |
| XYZ | 22.95 | 21.38 | 80.76 | - |
| YUV | 109.9 | 198.03 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 127 | 234 | 0.88 | 0.46 | 0 | 0.08 | 211.32 | 0.83 | 0.52 |
| Hex | 1D | 7F | EA | 58 | 2E | 0 | 8 | D3 | 53 | 34 |
| Octal | 35 | 177 | 352 | 130 | 56 | 0 | 10 | 323 | 123 | 64 |
| Binary | 11101 | 1111111 | 11101010 | 1011000 | 101110 | 0 | 1000 | 11010011 | 1010011 | 110100 |
Color Harmonies of #1D7FEA
Complementary color
Monochromatic Colors of #1D7FEA
Black with #1D7FEA
Text Example
Text Example
White with #1D7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7FEA; }
p { color: rgb(29,127,234); }
H1.HeaderClassName
{
color: #1D7FEA;
}
.AnyTagClassName
{
color: #1D7FEA;
}
</style>
background-color css
<style>
a { background-color: #1D7FEA; }
a { background-color: rgb(29,127,234); }
div.DivClassName
{
background-color: #1D7FEA;
}
.BgClassName
{
background-color: #1D7FEA;
}
</style>
border-color css
<style>
span { border-color: #1D7FEA; }
span { border-color: rgb(29,127,234); }
td.TdClassName
{
border-color: #1D7FEA;
}
.TagClassName
{
border-color: #1D7FEA;
}
</style>