Shades of Dodger Blue #1D68FC
Tints of Dodger Blue #1D68FC
RGB
CMYK
RGB Variations
Color information
#1D68FC (or 0x1D68FC) is known color: Dodger Blue. HEX triplet: 1D, 68 and FC. RGB value is (29,104,252). Sum of RGB (Red+Green+Blue) = 29+104+252=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D68FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D68FC is #E29703. Grayscale: #616161. Windows color (decimal): -14849796 or 16541725. OLE color: 16541725.
HSL color Cylindrical-coordinate representation of color #1D68FC: hue angle of 219.82º 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 #1D68FC is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 104 | 252 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.01 |
| HSL | 219.82º | 0.97% | 0.55% | - |
| HSV(B) | 219.82º | 0.88% | 0.99% | - |
| XYZ | 23.03 | 17.19 | 94.2 | - |
| YUV | 98.45 | 214.65 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 104 | 252 | 0.88 | 0.59 | 0 | 0.01 | 219.82 | 0.97 | 0.55 |
| Hex | 1D | 68 | FC | 58 | 3B | 0 | 1 | DC | 61 | 37 |
| Octal | 35 | 150 | 374 | 130 | 73 | 0 | 1 | 334 | 141 | 67 |
| Binary | 11101 | 1101000 | 11111100 | 1011000 | 111011 | 0 | 1 | 11011100 | 1100001 | 110111 |
Color Harmonies of #1D68FC
Complementary color
Monochromatic Colors of #1D68FC
Black with #1D68FC
Text Example
Text Example
White with #1D68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D68FC; }
p { color: rgb(29,104,252); }
H1.HeaderClassName
{
color: #1D68FC;
}
.AnyTagClassName
{
color: #1D68FC;
}
</style>
background-color css
<style>
a { background-color: #1D68FC; }
a { background-color: rgb(29,104,252); }
div.DivClassName
{
background-color: #1D68FC;
}
.BgClassName
{
background-color: #1D68FC;
}
</style>
border-color css
<style>
span { border-color: #1D68FC; }
span { border-color: rgb(29,104,252); }
td.TdClassName
{
border-color: #1D68FC;
}
.TagClassName
{
border-color: #1D68FC;
}
</style>