Shades of Dodger Blue #1793F6
Tints of Dodger Blue #1793F6
RGB
CMYK
RGB Variations
Color information
#1793F6 (or 0x1793F6) is known color: Dodger Blue. HEX triplet: 17, 93 and F6. RGB value is (23,147,246). Sum of RGB (Red+Green+Blue) = 23+147+246=416 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.53% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 246 (96.48% from 255 or 59.13% from 416); Max value from RGB is 246 - color contains mainly: blue. Hex color #1793F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1793F6 is #E86C09. Grayscale: #787878. Windows color (decimal): -15232010 or 16159511. OLE color: 16159511.
HSL color Cylindrical-coordinate representation of color #1793F6: hue angle of 206.64º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1793F6 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 147 | 246 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.04 |
| HSL | 206.64º | 0.93% | 0.53% | - |
| HSV(B) | 206.64º | 0.91% | 0.96% | - |
| XYZ | 27.42 | 27.7 | 91.09 | - |
| YUV | 121.21 | 198.42 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 147 | 246 | 0.91 | 0.40 | 0 | 0.04 | 206.64 | 0.93 | 0.53 |
| Hex | 17 | 93 | F6 | 5B | 28 | 0 | 4 | CF | 5D | 35 |
| Octal | 27 | 223 | 366 | 133 | 50 | 0 | 4 | 317 | 135 | 65 |
| Binary | 10111 | 10010011 | 11110110 | 1011011 | 101000 | 0 | 100 | 11001111 | 1011101 | 110101 |
Color Harmonies of #1793F6
Complementary color
Monochromatic Colors of #1793F6
Black with #1793F6
Text Example
Text Example
White with #1793F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1793F6; }
p { color: rgb(23,147,246); }
H1.HeaderClassName
{
color: #1793F6;
}
.AnyTagClassName
{
color: #1793F6;
}
</style>
background-color css
<style>
a { background-color: #1793F6; }
a { background-color: rgb(23,147,246); }
div.DivClassName
{
background-color: #1793F6;
}
.BgClassName
{
background-color: #1793F6;
}
</style>
border-color css
<style>
span { border-color: #1793F6; }
span { border-color: rgb(23,147,246); }
td.TdClassName
{
border-color: #1793F6;
}
.TagClassName
{
border-color: #1793F6;
}
</style>