Shades of Dodger Blue #1D68FB
Tints of Dodger Blue #1D68FB
RGB
CMYK
RGB Variations
Color information
#1D68FB (or 0x1D68FB) is known color: Dodger Blue. HEX triplet: 1D, 68 and FB. RGB value is (29,104,251). Sum of RGB (Red+Green+Blue) = 29+104+251=384 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.55% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D68FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D68FB is #E29704. Grayscale: #616161. Windows color (decimal): -14849797 or 16476189. OLE color: 16476189.
HSL color Cylindrical-coordinate representation of color #1D68FB: hue angle of 219.73º 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 #1D68FB is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 104 | 251 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.02 |
| HSL | 219.73º | 0.97% | 0.55% | - |
| HSV(B) | 219.73º | 0.88% | 0.98% | - |
| XYZ | 22.87 | 17.13 | 93.37 | - |
| YUV | 98.33 | 214.15 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 104 | 251 | 0.88 | 0.59 | 0 | 0.02 | 219.73 | 0.97 | 0.55 |
| Hex | 1D | 68 | FB | 58 | 3B | 0 | 2 | DC | 61 | 37 |
| Octal | 35 | 150 | 373 | 130 | 73 | 0 | 2 | 334 | 141 | 67 |
| Binary | 11101 | 1101000 | 11111011 | 1011000 | 111011 | 0 | 10 | 11011100 | 1100001 | 110111 |
Color Harmonies of #1D68FB
Complementary color
Monochromatic Colors of #1D68FB
Black with #1D68FB
Text Example
Text Example
White with #1D68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D68FB; }
p { color: rgb(29,104,251); }
H1.HeaderClassName
{
color: #1D68FB;
}
.AnyTagClassName
{
color: #1D68FB;
}
</style>
background-color css
<style>
a { background-color: #1D68FB; }
a { background-color: rgb(29,104,251); }
div.DivClassName
{
background-color: #1D68FB;
}
.BgClassName
{
background-color: #1D68FB;
}
</style>
border-color css
<style>
span { border-color: #1D68FB; }
span { border-color: rgb(29,104,251); }
td.TdClassName
{
border-color: #1D68FB;
}
.TagClassName
{
border-color: #1D68FB;
}
</style>