Shades of Dodger Blue #1074FD
Tints of Dodger Blue #1074FD
RGB
CMYK
RGB Variations
Color information
#1074FD (or 0x1074FD) is known color: Dodger Blue. HEX triplet: 10, 74 and FD. RGB value is (16,116,253). Sum of RGB (Red+Green+Blue) = 16+116+253=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #1074FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1074FD is #EF8B02. Grayscale: #656565. Windows color (decimal): -15698691 or 16610320. OLE color: 16610320.
HSL color Cylindrical-coordinate representation of color #1074FD: hue angle of 214.68º 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 #1074FD is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 116 | 253 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.01 |
| HSL | 214.68º | 0.98% | 0.53% | - |
| HSV(B) | 214.68º | 0.94% | 0.99% | - |
| XYZ | 24.19 | 19.69 | 95.45 | - |
| YUV | 101.72 | 213.37 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 253 | 0.94 | 0.54 | 0 | 0.01 | 214.68 | 0.98 | 0.53 |
| Hex | 10 | 74 | FD | 5E | 36 | 0 | 1 | D7 | 62 | 35 |
| Octal | 20 | 164 | 375 | 136 | 66 | 0 | 1 | 327 | 142 | 65 |
| Binary | 10000 | 1110100 | 11111101 | 1011110 | 110110 | 0 | 1 | 11010111 | 1100010 | 110101 |
Color Harmonies of #1074FD
Complementary color
Monochromatic Colors of #1074FD
Black with #1074FD
Text Example
Text Example
White with #1074FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1074FD; }
p { color: rgb(16,116,253); }
H1.HeaderClassName
{
color: #1074FD;
}
.AnyTagClassName
{
color: #1074FD;
}
</style>
background-color css
<style>
a { background-color: #1074FD; }
a { background-color: rgb(16,116,253); }
div.DivClassName
{
background-color: #1074FD;
}
.BgClassName
{
background-color: #1074FD;
}
</style>
border-color css
<style>
span { border-color: #1074FD; }
span { border-color: rgb(16,116,253); }
td.TdClassName
{
border-color: #1074FD;
}
.TagClassName
{
border-color: #1074FD;
}
</style>