Shades of Dodger Blue #1D8FF4
Tints of Dodger Blue #1D8FF4
RGB
CMYK
RGB Variations
Color information
#1D8FF4 (or 0x1D8FF4) is known color: Dodger Blue. HEX triplet: 1D, 8F and F4. RGB value is (29,143,244). Sum of RGB (Red+Green+Blue) = 29+143+244=416 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.97% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 244 (95.70% from 255 or 58.65% from 416); Max value from RGB is 244 - color contains mainly: blue. Hex color #1D8FF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D8FF4 is #E2700B. Grayscale: #777777. Windows color (decimal): -14839820 or 16027421. OLE color: 16027421.
HSL color Cylindrical-coordinate representation of color #1D8FF4: hue angle of 208.19º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D8FF4 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 143 | 244 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.04 |
| HSL | 208.19º | 0.91% | 0.54% | - |
| HSV(B) | 208.19º | 0.88% | 0.96% | - |
| XYZ | 26.66 | 26.44 | 89.29 | - |
| YUV | 120.43 | 197.73 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 143 | 244 | 0.88 | 0.41 | 0 | 0.04 | 208.19 | 0.91 | 0.54 |
| Hex | 1D | 8F | F4 | 58 | 29 | 0 | 4 | D0 | 5B | 36 |
| Octal | 35 | 217 | 364 | 130 | 51 | 0 | 4 | 320 | 133 | 66 |
| Binary | 11101 | 10001111 | 11110100 | 1011000 | 101001 | 0 | 100 | 11010000 | 1011011 | 110110 |
Color Harmonies of #1D8FF4
Complementary color
Monochromatic Colors of #1D8FF4
Black with #1D8FF4
Text Example
Text Example
White with #1D8FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8FF4; }
p { color: rgb(29,143,244); }
H1.HeaderClassName
{
color: #1D8FF4;
}
.AnyTagClassName
{
color: #1D8FF4;
}
</style>
background-color css
<style>
a { background-color: #1D8FF4; }
a { background-color: rgb(29,143,244); }
div.DivClassName
{
background-color: #1D8FF4;
}
.BgClassName
{
background-color: #1D8FF4;
}
</style>
border-color css
<style>
span { border-color: #1D8FF4; }
span { border-color: rgb(29,143,244); }
td.TdClassName
{
border-color: #1D8FF4;
}
.TagClassName
{
border-color: #1D8FF4;
}
</style>