Shades of Dodger Blue #1074F1
Tints of Dodger Blue #1074F1
RGB
CMYK
RGB Variations
Color information
#1074F1 (or 0x1074F1) is known color: Dodger Blue. HEX triplet: 10, 74 and F1. RGB value is (16,116,241). Sum of RGB (Red+Green+Blue) = 16+116+241=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #1074F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1074F1 is #EF8B0E. Grayscale: #636363. Windows color (decimal): -15698703 or 15823888. OLE color: 15823888.
HSL color Cylindrical-coordinate representation of color #1074F1: hue angle of 213.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1074F1 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 116 | 241 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.05 |
| HSL | 213.33º | 0.89% | 0.5% | - |
| HSV(B) | 213.33º | 0.93% | 0.95% | - |
| XYZ | 22.34 | 18.95 | 85.7 | - |
| YUV | 100.35 | 207.37 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 241 | 0.93 | 0.52 | 0 | 0.05 | 213.33 | 0.89 | 0.5 |
| Hex | 10 | 74 | F1 | 5D | 34 | 0 | 5 | D5 | 59 | 32 |
| Octal | 20 | 164 | 361 | 135 | 64 | 0 | 5 | 325 | 131 | 62 |
| Binary | 10000 | 1110100 | 11110001 | 1011101 | 110100 | 0 | 101 | 11010101 | 1011001 | 110010 |
Color Harmonies of #1074F1
Complementary color
Monochromatic Colors of #1074F1
Black with #1074F1
Text Example
Text Example
White with #1074F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1074F1; }
p { color: rgb(16,116,241); }
H1.HeaderClassName
{
color: #1074F1;
}
.AnyTagClassName
{
color: #1074F1;
}
</style>
background-color css
<style>
a { background-color: #1074F1; }
a { background-color: rgb(16,116,241); }
div.DivClassName
{
background-color: #1074F1;
}
.BgClassName
{
background-color: #1074F1;
}
</style>
border-color css
<style>
span { border-color: #1074F1; }
span { border-color: rgb(16,116,241); }
td.TdClassName
{
border-color: #1074F1;
}
.TagClassName
{
border-color: #1074F1;
}
</style>