Shades of Dodger Blue #1067FE
Tints of Dodger Blue #1067FE
RGB
CMYK
RGB Variations
Color information
#1067FE (or 0x1067FE) is known color: Dodger Blue. HEX triplet: 10, 67 and FE. RGB value is (16,103,254). Sum of RGB (Red+Green+Blue) = 16+103+254=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #1067FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1067FE is #EF9801. Grayscale: #5D5D5D. Windows color (decimal): -15702018 or 16672528. OLE color: 16672528.
HSL color Cylindrical-coordinate representation of color #1067FE: hue angle of 218.07º 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 #1067FE is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 103 | 254 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.00 |
| HSL | 218.07º | 0.99% | 0.53% | - |
| HSV(B) | 218.07º | 0.94% | 1% | - |
| XYZ | 22.95 | 16.97 | 95.83 | - |
| YUV | 94.2 | 218.18 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 254 | 0.94 | 0.59 | 0 | 0.00 | 218.07 | 0.99 | 0.53 |
| Hex | 10 | 67 | FE | 5E | 3B | 0 | 0 | DA | 63 | 35 |
| Octal | 20 | 147 | 376 | 136 | 73 | 0 | 0 | 332 | 143 | 65 |
| Binary | 10000 | 1100111 | 11111110 | 1011110 | 111011 | 0 | 0 | 11011010 | 1100011 | 110101 |
Color Harmonies of #1067FE
Complementary color
Monochromatic Colors of #1067FE
Black with #1067FE
Text Example
Text Example
White with #1067FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1067FE; }
p { color: rgb(16,103,254); }
H1.HeaderClassName
{
color: #1067FE;
}
.AnyTagClassName
{
color: #1067FE;
}
</style>
background-color css
<style>
a { background-color: #1067FE; }
a { background-color: rgb(16,103,254); }
div.DivClassName
{
background-color: #1067FE;
}
.BgClassName
{
background-color: #1067FE;
}
</style>
border-color css
<style>
span { border-color: #1067FE; }
span { border-color: rgb(16,103,254); }
td.TdClassName
{
border-color: #1067FE;
}
.TagClassName
{
border-color: #1067FE;
}
</style>