Shades of Dodger Blue #1673EE
Tints of Dodger Blue #1673EE
RGB
CMYK
RGB Variations
Color information
#1673EE (or 0x1673EE) is known color: Dodger Blue. HEX triplet: 16, 73 and EE. RGB value is (22,115,238). Sum of RGB (Red+Green+Blue) = 22+115+238=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #1673EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1673EE is #E98C11. Grayscale: #646464. Windows color (decimal): -15305746 or 15627030. OLE color: 15627030.
HSL color Cylindrical-coordinate representation of color #1673EE: hue angle of 214.17º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1673EE is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 115 | 238 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.07 |
| HSL | 214.17º | 0.86% | 0.51% | - |
| HSV(B) | 214.17º | 0.91% | 0.93% | - |
| XYZ | 21.89 | 18.61 | 83.33 | - |
| YUV | 101.22 | 205.19 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 238 | 0.91 | 0.52 | 0 | 0.07 | 214.17 | 0.86 | 0.51 |
| Hex | 16 | 73 | EE | 5B | 34 | 0 | 7 | D6 | 56 | 33 |
| Octal | 26 | 163 | 356 | 133 | 64 | 0 | 7 | 326 | 126 | 63 |
| Binary | 10110 | 1110011 | 11101110 | 1011011 | 110100 | 0 | 111 | 11010110 | 1010110 | 110011 |
Color Harmonies of #1673EE
Complementary color
Monochromatic Colors of #1673EE
Black with #1673EE
Text Example
Text Example
White with #1673EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1673EE; }
p { color: rgb(22,115,238); }
H1.HeaderClassName
{
color: #1673EE;
}
.AnyTagClassName
{
color: #1673EE;
}
</style>
background-color css
<style>
a { background-color: #1673EE; }
a { background-color: rgb(22,115,238); }
div.DivClassName
{
background-color: #1673EE;
}
.BgClassName
{
background-color: #1673EE;
}
</style>
border-color css
<style>
span { border-color: #1673EE; }
span { border-color: rgb(22,115,238); }
td.TdClassName
{
border-color: #1673EE;
}
.TagClassName
{
border-color: #1673EE;
}
</style>