Shades of Dodger Blue #1695ED
Tints of Dodger Blue #1695ED
RGB
CMYK
RGB Variations
Color information
#1695ED (or 0x1695ED) is known color: Dodger Blue. HEX triplet: 16, 95 and ED. RGB value is (22,149,237). Sum of RGB (Red+Green+Blue) = 22+149+237=408 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.39% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #1695ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1695ED is #E96A12. Grayscale: #787878. Windows color (decimal): -15297043 or 15570198. OLE color: 15570198.
HSL color Cylindrical-coordinate representation of color #1695ED: hue angle of 204.56º 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 #1695ED is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 149 | 237 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.07 |
| HSL | 204.56º | 0.86% | 0.51% | - |
| HSV(B) | 204.56º | 0.91% | 0.93% | - |
| XYZ | 26.36 | 27.78 | 84.09 | - |
| YUV | 121.06 | 193.42 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 237 | 0.91 | 0.37 | 0 | 0.07 | 204.56 | 0.86 | 0.51 |
| Hex | 16 | 95 | ED | 5B | 25 | 0 | 7 | CD | 56 | 33 |
| Octal | 26 | 225 | 355 | 133 | 45 | 0 | 7 | 315 | 126 | 63 |
| Binary | 10110 | 10010101 | 11101101 | 1011011 | 100101 | 0 | 111 | 11001101 | 1010110 | 110011 |
Color Harmonies of #1695ED
Complementary color
Monochromatic Colors of #1695ED
Black with #1695ED
Text Example
Text Example
White with #1695ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1695ED; }
p { color: rgb(22,149,237); }
H1.HeaderClassName
{
color: #1695ED;
}
.AnyTagClassName
{
color: #1695ED;
}
</style>
background-color css
<style>
a { background-color: #1695ED; }
a { background-color: rgb(22,149,237); }
div.DivClassName
{
background-color: #1695ED;
}
.BgClassName
{
background-color: #1695ED;
}
</style>
border-color css
<style>
span { border-color: #1695ED; }
span { border-color: rgb(22,149,237); }
td.TdClassName
{
border-color: #1695ED;
}
.TagClassName
{
border-color: #1695ED;
}
</style>