Shades of Dodger Blue #1D79FE
Tints of Dodger Blue #1D79FE
RGB
CMYK
RGB Variations
Color information
#1D79FE (or 0x1D79FE) is known color: Dodger Blue. HEX triplet: 1D, 79 and FE. RGB value is (29,121,254). Sum of RGB (Red+Green+Blue) = 29+121+254=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D79FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D79FE is #E28601. Grayscale: #6C6C6C. Windows color (decimal): -14845442 or 16677149. OLE color: 16677149.
HSL color Cylindrical-coordinate representation of color #1D79FE: hue angle of 215.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D79FE is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 121 | 254 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.00 |
| HSL | 215.47º | 0.99% | 0.55% | - |
| HSV(B) | 215.47º | 0.89% | 1% | - |
| XYZ | 25.23 | 21.09 | 96.51 | - |
| YUV | 108.65 | 210.02 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 254 | 0.89 | 0.52 | 0 | 0.00 | 215.47 | 0.99 | 0.55 |
| Hex | 1D | 79 | FE | 59 | 34 | 0 | 0 | D7 | 63 | 37 |
| Octal | 35 | 171 | 376 | 131 | 64 | 0 | 0 | 327 | 143 | 67 |
| Binary | 11101 | 1111001 | 11111110 | 1011001 | 110100 | 0 | 0 | 11010111 | 1100011 | 110111 |
Color Harmonies of #1D79FE
Complementary color
Monochromatic Colors of #1D79FE
Black with #1D79FE
Text Example
Text Example
White with #1D79FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D79FE; }
p { color: rgb(29,121,254); }
H1.HeaderClassName
{
color: #1D79FE;
}
.AnyTagClassName
{
color: #1D79FE;
}
</style>
background-color css
<style>
a { background-color: #1D79FE; }
a { background-color: rgb(29,121,254); }
div.DivClassName
{
background-color: #1D79FE;
}
.BgClassName
{
background-color: #1D79FE;
}
</style>
border-color css
<style>
span { border-color: #1D79FE; }
span { border-color: rgb(29,121,254); }
td.TdClassName
{
border-color: #1D79FE;
}
.TagClassName
{
border-color: #1D79FE;
}
</style>