Shades of Dodger Blue #1675ED
Tints of Dodger Blue #1675ED
RGB
CMYK
RGB Variations
Color information
#1675ED (or 0x1675ED) is known color: Dodger Blue. HEX triplet: 16, 75 and ED. RGB value is (22,117,237). Sum of RGB (Red+Green+Blue) = 22+117+237=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #1675ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1675ED is #E98A12. Grayscale: #656565. Windows color (decimal): -15305235 or 15562006. OLE color: 15562006.
HSL color Cylindrical-coordinate representation of color #1675ED: hue angle of 213.49º 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 #1675ED is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 117 | 237 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.07 |
| HSL | 213.49º | 0.86% | 0.51% | - |
| HSV(B) | 213.49º | 0.91% | 0.93% | - |
| XYZ | 21.98 | 19.01 | 82.63 | - |
| YUV | 102.28 | 204.03 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 117 | 237 | 0.91 | 0.51 | 0 | 0.07 | 213.49 | 0.86 | 0.51 |
| Hex | 16 | 75 | ED | 5B | 33 | 0 | 7 | D5 | 56 | 33 |
| Octal | 26 | 165 | 355 | 133 | 63 | 0 | 7 | 325 | 126 | 63 |
| Binary | 10110 | 1110101 | 11101101 | 1011011 | 110011 | 0 | 111 | 11010101 | 1010110 | 110011 |
Color Harmonies of #1675ED
Complementary color
Monochromatic Colors of #1675ED
Black with #1675ED
Text Example
Text Example
White with #1675ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1675ED; }
p { color: rgb(22,117,237); }
H1.HeaderClassName
{
color: #1675ED;
}
.AnyTagClassName
{
color: #1675ED;
}
</style>
background-color css
<style>
a { background-color: #1675ED; }
a { background-color: rgb(22,117,237); }
div.DivClassName
{
background-color: #1675ED;
}
.BgClassName
{
background-color: #1675ED;
}
</style>
border-color css
<style>
span { border-color: #1675ED; }
span { border-color: rgb(22,117,237); }
td.TdClassName
{
border-color: #1675ED;
}
.TagClassName
{
border-color: #1675ED;
}
</style>