Shades of Dodger Blue #1D95FF
Tints of Dodger Blue #1D95FF
RGB
CMYK
RGB Variations
Color information
#1D95FF (or 0x1D95FF) is known color: Dodger Blue. HEX triplet: 1D, 95 and FF. RGB value is (29,149,255). Sum of RGB (Red+Green+Blue) = 29+149+255=433 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.70% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D95FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D95FF is #E26A00. Grayscale: #7C7C7C. Windows color (decimal): -14838273 or 16749853. OLE color: 16749853.
HSL color Cylindrical-coordinate representation of color #1D95FF: hue angle of 208.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D95FF is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 149 | 255 | - |
| CMYK | 0.89 | 0.42 | 0 | 0 |
| HSL | 208.14º | 1% | 0.56% | - |
| HSV(B) | 208.14º | 0.89% | 1% | - |
| XYZ | 29.3 | 28.98 | 98.66 | - |
| YUV | 125.2 | 201.24 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 149 | 255 | 0.89 | 0.42 | 0 | 0 | 208.14 | 1 | 0.56 |
| Hex | 1D | 95 | FF | 59 | 2A | 0 | 0 | D0 | 64 | 38 |
| Octal | 35 | 225 | 377 | 131 | 52 | 0 | 0 | 320 | 144 | 70 |
| Binary | 11101 | 10010101 | 11111111 | 1011001 | 101010 | 0 | 0 | 11010000 | 1100100 | 111000 |
Color Harmonies of #1D95FF
Complementary color
Monochromatic Colors of #1D95FF
Black with #1D95FF
Text Example
Text Example
White with #1D95FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D95FF; }
p { color: rgb(29,149,255); }
H1.HeaderClassName
{
color: #1D95FF;
}
.AnyTagClassName
{
color: #1D95FF;
}
</style>
background-color css
<style>
a { background-color: #1D95FF; }
a { background-color: rgb(29,149,255); }
div.DivClassName
{
background-color: #1D95FF;
}
.BgClassName
{
background-color: #1D95FF;
}
</style>
border-color css
<style>
span { border-color: #1D95FF; }
span { border-color: rgb(29,149,255); }
td.TdClassName
{
border-color: #1D95FF;
}
.TagClassName
{
border-color: #1D95FF;
}
</style>