Shades of Dodger Blue #1695EA
Tints of Dodger Blue #1695EA
RGB
CMYK
RGB Variations
Color information
#1695EA (or 0x1695EA) is known color: Dodger Blue. HEX triplet: 16, 95 and EA. RGB value is (22,149,234). Sum of RGB (Red+Green+Blue) = 22+149+234=405 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.43% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #1695EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1695EA is #E96A15. Grayscale: #787878. Windows color (decimal): -15297046 or 15373590. OLE color: 15373590.
HSL color Cylindrical-coordinate representation of color #1695EA: hue angle of 204.06º 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 #1695EA is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 149 | 234 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.08 |
| HSL | 204.06º | 0.83% | 0.5% | - |
| HSV(B) | 204.06º | 0.91% | 0.92% | - |
| XYZ | 25.93 | 27.61 | 81.8 | - |
| YUV | 120.72 | 191.92 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 234 | 0.91 | 0.36 | 0 | 0.08 | 204.06 | 0.83 | 0.5 |
| Hex | 16 | 95 | EA | 5B | 24 | 0 | 8 | CC | 53 | 32 |
| Octal | 26 | 225 | 352 | 133 | 44 | 0 | 10 | 314 | 123 | 62 |
| Binary | 10110 | 10010101 | 11101010 | 1011011 | 100100 | 0 | 1000 | 11001100 | 1010011 | 110010 |
Color Harmonies of #1695EA
Complementary color
Monochromatic Colors of #1695EA
Black with #1695EA
Text Example
Text Example
White with #1695EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1695EA; }
p { color: rgb(22,149,234); }
H1.HeaderClassName
{
color: #1695EA;
}
.AnyTagClassName
{
color: #1695EA;
}
</style>
background-color css
<style>
a { background-color: #1695EA; }
a { background-color: rgb(22,149,234); }
div.DivClassName
{
background-color: #1695EA;
}
.BgClassName
{
background-color: #1695EA;
}
</style>
border-color css
<style>
span { border-color: #1695EA; }
span { border-color: rgb(22,149,234); }
td.TdClassName
{
border-color: #1695EA;
}
.TagClassName
{
border-color: #1695EA;
}
</style>