Shades of Dodger Blue #1069FE
Tints of Dodger Blue #1069FE
RGB
CMYK
RGB Variations
Color information
#1069FE (or 0x1069FE) is known color: Dodger Blue. HEX triplet: 10, 69 and FE. RGB value is (16,105,254). Sum of RGB (Red+Green+Blue) = 16+105+254=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #1069FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1069FE is #EF9601. Grayscale: #5E5E5E. Windows color (decimal): -15701506 or 16673040. OLE color: 16673040.
HSL color Cylindrical-coordinate representation of color #1069FE: hue angle of 217.56º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1069FE is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 105 | 254 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.00 |
| HSL | 217.56º | 0.99% | 0.53% | - |
| HSV(B) | 217.56º | 0.94% | 1% | - |
| XYZ | 23.15 | 17.37 | 95.9 | - |
| YUV | 95.38 | 217.51 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 254 | 0.94 | 0.59 | 0 | 0.00 | 217.56 | 0.99 | 0.53 |
| Hex | 10 | 69 | FE | 5E | 3B | 0 | 0 | DA | 63 | 35 |
| Octal | 20 | 151 | 376 | 136 | 73 | 0 | 0 | 332 | 143 | 65 |
| Binary | 10000 | 1101001 | 11111110 | 1011110 | 111011 | 0 | 0 | 11011010 | 1100011 | 110101 |
Color Harmonies of #1069FE
Complementary color
Monochromatic Colors of #1069FE
Black with #1069FE
Text Example
Text Example
White with #1069FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1069FE; }
p { color: rgb(16,105,254); }
H1.HeaderClassName
{
color: #1069FE;
}
.AnyTagClassName
{
color: #1069FE;
}
</style>
background-color css
<style>
a { background-color: #1069FE; }
a { background-color: rgb(16,105,254); }
div.DivClassName
{
background-color: #1069FE;
}
.BgClassName
{
background-color: #1069FE;
}
</style>
border-color css
<style>
span { border-color: #1069FE; }
span { border-color: rgb(16,105,254); }
td.TdClassName
{
border-color: #1069FE;
}
.TagClassName
{
border-color: #1069FE;
}
</style>