Shades of Dodger Blue #1068FD
Tints of Dodger Blue #1068FD
RGB
CMYK
RGB Variations
Color information
#1068FD (or 0x1068FD) is known color: Dodger Blue. HEX triplet: 10, 68 and FD. RGB value is (16,104,253). Sum of RGB (Red+Green+Blue) = 16+104+253=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #1068FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1068FD is #EF9702. Grayscale: #5D5D5D. Windows color (decimal): -15701763 or 16607248. OLE color: 16607248.
HSL color Cylindrical-coordinate representation of color #1068FD: hue angle of 217.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1068FD is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 104 | 253 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.01 |
| HSL | 217.72º | 0.98% | 0.53% | - |
| HSV(B) | 217.72º | 0.94% | 0.99% | - |
| XYZ | 22.89 | 17.1 | 95.02 | - |
| YUV | 94.67 | 217.35 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 253 | 0.94 | 0.59 | 0 | 0.01 | 217.72 | 0.98 | 0.53 |
| Hex | 10 | 68 | FD | 5E | 3B | 0 | 1 | DA | 62 | 35 |
| Octal | 20 | 150 | 375 | 136 | 73 | 0 | 1 | 332 | 142 | 65 |
| Binary | 10000 | 1101000 | 11111101 | 1011110 | 111011 | 0 | 1 | 11011010 | 1100010 | 110101 |
Color Harmonies of #1068FD
Complementary color
Monochromatic Colors of #1068FD
Black with #1068FD
Text Example
Text Example
White with #1068FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1068FD; }
p { color: rgb(16,104,253); }
H1.HeaderClassName
{
color: #1068FD;
}
.AnyTagClassName
{
color: #1068FD;
}
</style>
background-color css
<style>
a { background-color: #1068FD; }
a { background-color: rgb(16,104,253); }
div.DivClassName
{
background-color: #1068FD;
}
.BgClassName
{
background-color: #1068FD;
}
</style>
border-color css
<style>
span { border-color: #1068FD; }
span { border-color: rgb(16,104,253); }
td.TdClassName
{
border-color: #1068FD;
}
.TagClassName
{
border-color: #1068FD;
}
</style>