Shades of Dodger Blue #1D8BFC
Tints of Dodger Blue #1D8BFC
RGB
CMYK
RGB Variations
Color information
#1D8BFC (or 0x1D8BFC) is known color: Dodger Blue. HEX triplet: 1D, 8B and FC. RGB value is (29,139,252). Sum of RGB (Red+Green+Blue) = 29+139+252=420 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.90% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D8BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D8BFC is #E27403. Grayscale: #767676. Windows color (decimal): -14840836 or 16550685. OLE color: 16550685.
HSL color Cylindrical-coordinate representation of color #1D8BFC: hue angle of 210.4º 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 #1D8BFC is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 139 | 252 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.01 |
| HSL | 210.4º | 0.97% | 0.55% | - |
| HSV(B) | 210.4º | 0.88% | 0.99% | - |
| XYZ | 27.31 | 25.75 | 95.63 | - |
| YUV | 118.99 | 203.06 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 139 | 252 | 0.88 | 0.45 | 0 | 0.01 | 210.4 | 0.97 | 0.55 |
| Hex | 1D | 8B | FC | 58 | 2D | 0 | 1 | D2 | 61 | 37 |
| Octal | 35 | 213 | 374 | 130 | 55 | 0 | 1 | 322 | 141 | 67 |
| Binary | 11101 | 10001011 | 11111100 | 1011000 | 101101 | 0 | 1 | 11010010 | 1100001 | 110111 |
Color Harmonies of #1D8BFC
Complementary color
Monochromatic Colors of #1D8BFC
Black with #1D8BFC
Text Example
Text Example
White with #1D8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8BFC; }
p { color: rgb(29,139,252); }
H1.HeaderClassName
{
color: #1D8BFC;
}
.AnyTagClassName
{
color: #1D8BFC;
}
</style>
background-color css
<style>
a { background-color: #1D8BFC; }
a { background-color: rgb(29,139,252); }
div.DivClassName
{
background-color: #1D8BFC;
}
.BgClassName
{
background-color: #1D8BFC;
}
</style>
border-color css
<style>
span { border-color: #1D8BFC; }
span { border-color: rgb(29,139,252); }
td.TdClassName
{
border-color: #1D8BFC;
}
.TagClassName
{
border-color: #1D8BFC;
}
</style>