Shades of Dodger Blue #1792ED
Tints of Dodger Blue #1792ED
RGB
CMYK
RGB Variations
Color information
#1792ED (or 0x1792ED) is known color: Dodger Blue. HEX triplet: 17, 92 and ED. RGB value is (23,146,237). Sum of RGB (Red+Green+Blue) = 23+146+237=406 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.67% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #1792ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1792ED is #E86D12. Grayscale: #777777. Windows color (decimal): -15232275 or 15569431. OLE color: 15569431.
HSL color Cylindrical-coordinate representation of color #1792ED: hue angle of 205.51º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1792ED is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 146 | 237 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.07 |
| HSL | 205.51º | 0.86% | 0.51% | - |
| HSV(B) | 205.51º | 0.9% | 0.93% | - |
| XYZ | 25.92 | 26.85 | 83.94 | - |
| YUV | 119.6 | 194.25 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 146 | 237 | 0.90 | 0.38 | 0 | 0.07 | 205.51 | 0.86 | 0.51 |
| Hex | 17 | 92 | ED | 5A | 26 | 0 | 7 | CE | 56 | 33 |
| Octal | 27 | 222 | 355 | 132 | 46 | 0 | 7 | 316 | 126 | 63 |
| Binary | 10111 | 10010010 | 11101101 | 1011010 | 100110 | 0 | 111 | 11001110 | 1010110 | 110011 |
Color Harmonies of #1792ED
Complementary color
Monochromatic Colors of #1792ED
Black with #1792ED
Text Example
Text Example
White with #1792ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1792ED; }
p { color: rgb(23,146,237); }
H1.HeaderClassName
{
color: #1792ED;
}
.AnyTagClassName
{
color: #1792ED;
}
</style>
background-color css
<style>
a { background-color: #1792ED; }
a { background-color: rgb(23,146,237); }
div.DivClassName
{
background-color: #1792ED;
}
.BgClassName
{
background-color: #1792ED;
}
</style>
border-color css
<style>
span { border-color: #1792ED; }
span { border-color: rgb(23,146,237); }
td.TdClassName
{
border-color: #1792ED;
}
.TagClassName
{
border-color: #1792ED;
}
</style>