Shades of Dodger Blue #1674EB
Tints of Dodger Blue #1674EB
RGB
CMYK
RGB Variations
Color information
#1674EB (or 0x1674EB) is known color: Dodger Blue. HEX triplet: 16, 74 and EB. RGB value is (22,116,235). Sum of RGB (Red+Green+Blue) = 22+116+235=373 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.90% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #1674EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1674EB is #E98B14. Grayscale: #646464. Windows color (decimal): -15305493 or 15430678. OLE color: 15430678.
HSL color Cylindrical-coordinate representation of color #1674EB: hue angle of 213.52º degrees, saturation: 0.84, 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 #1674EB is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 116 | 235 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.08 |
| HSL | 213.52º | 0.84% | 0.5% | - |
| HSV(B) | 213.52º | 0.91% | 0.92% | - |
| XYZ | 21.57 | 18.66 | 81.06 | - |
| YUV | 101.46 | 203.36 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 116 | 235 | 0.91 | 0.51 | 0 | 0.08 | 213.52 | 0.84 | 0.5 |
| Hex | 16 | 74 | EB | 5B | 33 | 0 | 8 | D6 | 54 | 32 |
| Octal | 26 | 164 | 353 | 133 | 63 | 0 | 10 | 326 | 124 | 62 |
| Binary | 10110 | 1110100 | 11101011 | 1011011 | 110011 | 0 | 1000 | 11010110 | 1010100 | 110010 |
Color Harmonies of #1674EB
Complementary color
Monochromatic Colors of #1674EB
Black with #1674EB
Text Example
Text Example
White with #1674EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1674EB; }
p { color: rgb(22,116,235); }
H1.HeaderClassName
{
color: #1674EB;
}
.AnyTagClassName
{
color: #1674EB;
}
</style>
background-color css
<style>
a { background-color: #1674EB; }
a { background-color: rgb(22,116,235); }
div.DivClassName
{
background-color: #1674EB;
}
.BgClassName
{
background-color: #1674EB;
}
</style>
border-color css
<style>
span { border-color: #1674EB; }
span { border-color: rgb(22,116,235); }
td.TdClassName
{
border-color: #1674EB;
}
.TagClassName
{
border-color: #1674EB;
}
</style>