Shades of Dodger Blue #1693E6
Tints of Dodger Blue #1693E6
RGB
CMYK
RGB Variations
Color information
#1693E6 (or 0x1693E6) is known color: Dodger Blue. HEX triplet: 16, 93 and E6. RGB value is (22,147,230). Sum of RGB (Red+Green+Blue) = 22+147+230=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 230 (90.23% from 255 or 57.64% from 399); Max value from RGB is 230 - color contains mainly: blue. Hex color #1693E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1693E6 is #E96C19. Grayscale: #767676. Windows color (decimal): -15297562 or 15110934. OLE color: 15110934.
HSL color Cylindrical-coordinate representation of color #1693E6: hue angle of 203.94º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1693E6 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 147 | 230 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.10 |
| HSL | 203.94º | 0.83% | 0.49% | - |
| HSV(B) | 203.94º | 0.9% | 0.9% | - |
| XYZ | 25.05 | 26.75 | 78.71 | - |
| YUV | 119.09 | 190.59 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 147 | 230 | 0.90 | 0.36 | 0 | 0.10 | 203.94 | 0.83 | 0.49 |
| Hex | 16 | 93 | E6 | 5A | 24 | 0 | A | CC | 53 | 31 |
| Octal | 26 | 223 | 346 | 132 | 44 | 0 | 12 | 314 | 123 | 61 |
| Binary | 10110 | 10010011 | 11100110 | 1011010 | 100100 | 0 | 1010 | 11001100 | 1010011 | 110001 |
Color Harmonies of #1693E6
Complementary color
Monochromatic Colors of #1693E6
Black with #1693E6
Text Example
Text Example
White with #1693E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1693E6; }
p { color: rgb(22,147,230); }
H1.HeaderClassName
{
color: #1693E6;
}
.AnyTagClassName
{
color: #1693E6;
}
</style>
background-color css
<style>
a { background-color: #1693E6; }
a { background-color: rgb(22,147,230); }
div.DivClassName
{
background-color: #1693E6;
}
.BgClassName
{
background-color: #1693E6;
}
</style>
border-color css
<style>
span { border-color: #1693E6; }
span { border-color: rgb(22,147,230); }
td.TdClassName
{
border-color: #1693E6;
}
.TagClassName
{
border-color: #1693E6;
}
</style>