Shades of Dodger Blue #1673EA
Tints of Dodger Blue #1673EA
RGB
CMYK
RGB Variations
Color information
#1673EA (or 0x1673EA) is known color: Dodger Blue. HEX triplet: 16, 73 and EA. RGB value is (22,115,234). Sum of RGB (Red+Green+Blue) = 22+115+234=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #1673EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1673EA is #E98C15. Grayscale: #646464. Windows color (decimal): -15305750 or 15364886. OLE color: 15364886.
HSL color Cylindrical-coordinate representation of color #1673EA: hue angle of 213.68º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1673EA is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 115 | 234 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.08 |
| HSL | 213.68º | 0.83% | 0.5% | - |
| HSV(B) | 213.68º | 0.91% | 0.92% | - |
| XYZ | 21.31 | 18.37 | 80.26 | - |
| YUV | 100.76 | 203.19 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 234 | 0.91 | 0.51 | 0 | 0.08 | 213.68 | 0.83 | 0.5 |
| Hex | 16 | 73 | EA | 5B | 33 | 0 | 8 | D6 | 53 | 32 |
| Octal | 26 | 163 | 352 | 133 | 63 | 0 | 10 | 326 | 123 | 62 |
| Binary | 10110 | 1110011 | 11101010 | 1011011 | 110011 | 0 | 1000 | 11010110 | 1010011 | 110010 |
Color Harmonies of #1673EA
Complementary color
Monochromatic Colors of #1673EA
Black with #1673EA
Text Example
Text Example
White with #1673EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1673EA; }
p { color: rgb(22,115,234); }
H1.HeaderClassName
{
color: #1673EA;
}
.AnyTagClassName
{
color: #1673EA;
}
</style>
background-color css
<style>
a { background-color: #1673EA; }
a { background-color: rgb(22,115,234); }
div.DivClassName
{
background-color: #1673EA;
}
.BgClassName
{
background-color: #1673EA;
}
</style>
border-color css
<style>
span { border-color: #1673EA; }
span { border-color: rgb(22,115,234); }
td.TdClassName
{
border-color: #1673EA;
}
.TagClassName
{
border-color: #1673EA;
}
</style>