Shades of Dodger Blue #1D68FA
Tints of Dodger Blue #1D68FA
RGB
CMYK
RGB Variations
Color information
#1D68FA (or 0x1D68FA) is known color: Dodger Blue. HEX triplet: 1D, 68 and FA. RGB value is (29,104,250). Sum of RGB (Red+Green+Blue) = 29+104+250=383 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.57% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D68FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D68FA is #E29705. Grayscale: #616161. Windows color (decimal): -14849798 or 16410653. OLE color: 16410653.
HSL color Cylindrical-coordinate representation of color #1D68FA: hue angle of 219.64º degrees, saturation: 0.96, 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 #1D68FA is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 104 | 250 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.02 |
| HSL | 219.64º | 0.96% | 0.55% | - |
| HSV(B) | 219.64º | 0.88% | 0.98% | - |
| XYZ | 22.71 | 17.06 | 92.54 | - |
| YUV | 98.22 | 213.65 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 104 | 250 | 0.88 | 0.58 | 0 | 0.02 | 219.64 | 0.96 | 0.55 |
| Hex | 1D | 68 | FA | 58 | 3A | 0 | 2 | DC | 60 | 37 |
| Octal | 35 | 150 | 372 | 130 | 72 | 0 | 2 | 334 | 140 | 67 |
| Binary | 11101 | 1101000 | 11111010 | 1011000 | 111010 | 0 | 10 | 11011100 | 1100000 | 110111 |
Color Harmonies of #1D68FA
Complementary color
Monochromatic Colors of #1D68FA
Black with #1D68FA
Text Example
Text Example
White with #1D68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D68FA; }
p { color: rgb(29,104,250); }
H1.HeaderClassName
{
color: #1D68FA;
}
.AnyTagClassName
{
color: #1D68FA;
}
</style>
background-color css
<style>
a { background-color: #1D68FA; }
a { background-color: rgb(29,104,250); }
div.DivClassName
{
background-color: #1D68FA;
}
.BgClassName
{
background-color: #1D68FA;
}
</style>
border-color css
<style>
span { border-color: #1D68FA; }
span { border-color: rgb(29,104,250); }
td.TdClassName
{
border-color: #1D68FA;
}
.TagClassName
{
border-color: #1D68FA;
}
</style>