Shades of Dodger Blue #1791FD
Tints of Dodger Blue #1791FD
RGB
CMYK
RGB Variations
Color information
#1791FD (or 0x1791FD) is known color: Dodger Blue. HEX triplet: 17, 91 and FD. RGB value is (23,145,253). Sum of RGB (Red+Green+Blue) = 23+145+253=421 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.46% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #1791FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1791FD is #E86E02. Grayscale: #787878. Windows color (decimal): -15232515 or 16617751. OLE color: 16617751.
HSL color Cylindrical-coordinate representation of color #1791FD: hue angle of 208.17º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1791FD is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 145 | 253 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.01 |
| HSL | 208.17º | 0.98% | 0.54% | - |
| HSV(B) | 208.17º | 0.91% | 0.99% | - |
| XYZ | 28.21 | 27.52 | 96.75 | - |
| YUV | 120.83 | 202.58 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 253 | 0.91 | 0.43 | 0 | 0.01 | 208.17 | 0.98 | 0.54 |
| Hex | 17 | 91 | FD | 5B | 2B | 0 | 1 | D0 | 62 | 36 |
| Octal | 27 | 221 | 375 | 133 | 53 | 0 | 1 | 320 | 142 | 66 |
| Binary | 10111 | 10010001 | 11111101 | 1011011 | 101011 | 0 | 1 | 11010000 | 1100010 | 110110 |
Color Harmonies of #1791FD
Complementary color
Monochromatic Colors of #1791FD
Black with #1791FD
Text Example
Text Example
White with #1791FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1791FD; }
p { color: rgb(23,145,253); }
H1.HeaderClassName
{
color: #1791FD;
}
.AnyTagClassName
{
color: #1791FD;
}
</style>
background-color css
<style>
a { background-color: #1791FD; }
a { background-color: rgb(23,145,253); }
div.DivClassName
{
background-color: #1791FD;
}
.BgClassName
{
background-color: #1791FD;
}
</style>
border-color css
<style>
span { border-color: #1791FD; }
span { border-color: rgb(23,145,253); }
td.TdClassName
{
border-color: #1791FD;
}
.TagClassName
{
border-color: #1791FD;
}
</style>