Shades of Dodger Blue #1D76FC
Tints of Dodger Blue #1D76FC
RGB
CMYK
RGB Variations
Color information
#1D76FC (or 0x1D76FC) is known color: Dodger Blue. HEX triplet: 1D, 76 and FC. RGB value is (29,118,252). Sum of RGB (Red+Green+Blue) = 29+118+252=399 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.27% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D76FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D76FC is #E28903. Grayscale: #6A6A6A. Windows color (decimal): -14846212 or 16545309. OLE color: 16545309.
HSL color Cylindrical-coordinate representation of color #1D76FC: hue angle of 216.05º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D76FC is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 118 | 252 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.01 |
| HSL | 216.05º | 0.97% | 0.55% | - |
| HSV(B) | 216.05º | 0.88% | 0.99% | - |
| XYZ | 24.56 | 20.25 | 94.71 | - |
| YUV | 106.67 | 210.01 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 252 | 0.88 | 0.53 | 0 | 0.01 | 216.05 | 0.97 | 0.55 |
| Hex | 1D | 76 | FC | 58 | 35 | 0 | 1 | D8 | 61 | 37 |
| Octal | 35 | 166 | 374 | 130 | 65 | 0 | 1 | 330 | 141 | 67 |
| Binary | 11101 | 1110110 | 11111100 | 1011000 | 110101 | 0 | 1 | 11011000 | 1100001 | 110111 |
Color Harmonies of #1D76FC
Complementary color
Monochromatic Colors of #1D76FC
Black with #1D76FC
Text Example
Text Example
White with #1D76FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D76FC; }
p { color: rgb(29,118,252); }
H1.HeaderClassName
{
color: #1D76FC;
}
.AnyTagClassName
{
color: #1D76FC;
}
</style>
background-color css
<style>
a { background-color: #1D76FC; }
a { background-color: rgb(29,118,252); }
div.DivClassName
{
background-color: #1D76FC;
}
.BgClassName
{
background-color: #1D76FC;
}
</style>
border-color css
<style>
span { border-color: #1D76FC; }
span { border-color: rgb(29,118,252); }
td.TdClassName
{
border-color: #1D76FC;
}
.TagClassName
{
border-color: #1D76FC;
}
</style>