Shades of Dodger Blue #1DA8FB
Tints of Dodger Blue #1DA8FB
RGB
CMYK
RGB Variations
Color information
#1DA8FB (or 0x1DA8FB) is known color: Dodger Blue. HEX triplet: 1D, A8 and FB. RGB value is (29,168,251). Sum of RGB (Red+Green+Blue) = 29+168+251=448 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.47% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #1DA8FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DA8FB is #E25704. Grayscale: #878787. Windows color (decimal): -14833413 or 16492573. OLE color: 16492573.
HSL color Cylindrical-coordinate representation of color #1DA8FB: hue angle of 202.43º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA8FB is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 168 | 251 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.02 |
| HSL | 202.43º | 0.97% | 0.55% | - |
| HSV(B) | 202.43º | 0.88% | 0.98% | - |
| XYZ | 31.92 | 35.23 | 96.38 | - |
| YUV | 135.9 | 192.95 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 168 | 251 | 0.88 | 0.33 | 0 | 0.02 | 202.43 | 0.97 | 0.55 |
| Hex | 1D | A8 | FB | 58 | 21 | 0 | 2 | CA | 61 | 37 |
| Octal | 35 | 250 | 373 | 130 | 41 | 0 | 2 | 312 | 141 | 67 |
| Binary | 11101 | 10101000 | 11111011 | 1011000 | 100001 | 0 | 10 | 11001010 | 1100001 | 110111 |
Color Harmonies of #1DA8FB
Complementary color
Monochromatic Colors of #1DA8FB
Black with #1DA8FB
Text Example
Text Example
White with #1DA8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA8FB; }
p { color: rgb(29,168,251); }
H1.HeaderClassName
{
color: #1DA8FB;
}
.AnyTagClassName
{
color: #1DA8FB;
}
</style>
background-color css
<style>
a { background-color: #1DA8FB; }
a { background-color: rgb(29,168,251); }
div.DivClassName
{
background-color: #1DA8FB;
}
.BgClassName
{
background-color: #1DA8FB;
}
</style>
border-color css
<style>
span { border-color: #1DA8FB; }
span { border-color: rgb(29,168,251); }
td.TdClassName
{
border-color: #1DA8FB;
}
.TagClassName
{
border-color: #1DA8FB;
}
</style>