Shades of Dodger Blue #1074EF
Tints of Dodger Blue #1074EF
RGB
CMYK
RGB Variations
Color information
#1074EF (or 0x1074EF) is known color: Dodger Blue. HEX triplet: 10, 74 and EF. RGB value is (16,116,239). Sum of RGB (Red+Green+Blue) = 16+116+239=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #1074EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1074EF is #EF8B10. Grayscale: #636363. Windows color (decimal): -15698705 or 15692816. OLE color: 15692816.
HSL color Cylindrical-coordinate representation of color #1074EF: hue angle of 213.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1074EF is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 116 | 239 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.06 |
| HSL | 213.09º | 0.87% | 0.5% | - |
| HSV(B) | 213.09º | 0.93% | 0.94% | - |
| XYZ | 22.04 | 18.83 | 84.13 | - |
| YUV | 100.12 | 206.37 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 239 | 0.93 | 0.51 | 0 | 0.06 | 213.09 | 0.87 | 0.5 |
| Hex | 10 | 74 | EF | 5D | 33 | 0 | 6 | D5 | 57 | 32 |
| Octal | 20 | 164 | 357 | 135 | 63 | 0 | 6 | 325 | 127 | 62 |
| Binary | 10000 | 1110100 | 11101111 | 1011101 | 110011 | 0 | 110 | 11010101 | 1010111 | 110010 |
Color Harmonies of #1074EF
Complementary color
Monochromatic Colors of #1074EF
Black with #1074EF
Text Example
Text Example
White with #1074EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1074EF; }
p { color: rgb(16,116,239); }
H1.HeaderClassName
{
color: #1074EF;
}
.AnyTagClassName
{
color: #1074EF;
}
</style>
background-color css
<style>
a { background-color: #1074EF; }
a { background-color: rgb(16,116,239); }
div.DivClassName
{
background-color: #1074EF;
}
.BgClassName
{
background-color: #1074EF;
}
</style>
border-color css
<style>
span { border-color: #1074EF; }
span { border-color: rgb(16,116,239); }
td.TdClassName
{
border-color: #1074EF;
}
.TagClassName
{
border-color: #1074EF;
}
</style>