Shades of Dodger Blue #1069FD
Tints of Dodger Blue #1069FD
RGB
CMYK
RGB Variations
Color information
#1069FD (or 0x1069FD) is known color: Dodger Blue. HEX triplet: 10, 69 and FD. RGB value is (16,105,253). Sum of RGB (Red+Green+Blue) = 16+105+253=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #1069FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1069FD is #EF9602. Grayscale: #5E5E5E. Windows color (decimal): -15701507 or 16607504. OLE color: 16607504.
HSL color Cylindrical-coordinate representation of color #1069FD: hue angle of 217.47º 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 #1069FD is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 105 | 253 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.01 |
| HSL | 217.47º | 0.98% | 0.53% | - |
| HSV(B) | 217.47º | 0.94% | 0.99% | - |
| XYZ | 22.99 | 17.31 | 95.06 | - |
| YUV | 95.26 | 217.01 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 253 | 0.94 | 0.58 | 0 | 0.01 | 217.47 | 0.98 | 0.53 |
| Hex | 10 | 69 | FD | 5E | 3A | 0 | 1 | D9 | 62 | 35 |
| Octal | 20 | 151 | 375 | 136 | 72 | 0 | 1 | 331 | 142 | 65 |
| Binary | 10000 | 1101001 | 11111101 | 1011110 | 111010 | 0 | 1 | 11011001 | 1100010 | 110101 |
Color Harmonies of #1069FD
Complementary color
Monochromatic Colors of #1069FD
Black with #1069FD
Text Example
Text Example
White with #1069FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1069FD; }
p { color: rgb(16,105,253); }
H1.HeaderClassName
{
color: #1069FD;
}
.AnyTagClassName
{
color: #1069FD;
}
</style>
background-color css
<style>
a { background-color: #1069FD; }
a { background-color: rgb(16,105,253); }
div.DivClassName
{
background-color: #1069FD;
}
.BgClassName
{
background-color: #1069FD;
}
</style>
border-color css
<style>
span { border-color: #1069FD; }
span { border-color: rgb(16,105,253); }
td.TdClassName
{
border-color: #1069FD;
}
.TagClassName
{
border-color: #1069FD;
}
</style>