Shades of Dodger Blue #1791FA
Tints of Dodger Blue #1791FA
RGB
CMYK
RGB Variations
Color information
#1791FA (or 0x1791FA) is known color: Dodger Blue. HEX triplet: 17, 91 and FA. RGB value is (23,145,250). Sum of RGB (Red+Green+Blue) = 23+145+250=418 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.50% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #1791FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1791FA is #E86E05. Grayscale: #777777. Windows color (decimal): -15232518 or 16421143. OLE color: 16421143.
HSL color Cylindrical-coordinate representation of color #1791FA: hue angle of 207.75º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1791FA is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 145 | 250 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.02 |
| HSL | 207.75º | 0.96% | 0.54% | - |
| HSV(B) | 207.75º | 0.91% | 0.98% | - |
| XYZ | 27.73 | 27.34 | 94.26 | - |
| YUV | 120.49 | 201.08 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 250 | 0.91 | 0.42 | 0 | 0.02 | 207.75 | 0.96 | 0.54 |
| Hex | 17 | 91 | FA | 5B | 2A | 0 | 2 | D0 | 60 | 36 |
| Octal | 27 | 221 | 372 | 133 | 52 | 0 | 2 | 320 | 140 | 66 |
| Binary | 10111 | 10010001 | 11111010 | 1011011 | 101010 | 0 | 10 | 11010000 | 1100000 | 110110 |
Color Harmonies of #1791FA
Complementary color
Monochromatic Colors of #1791FA
Black with #1791FA
Text Example
Text Example
White with #1791FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1791FA; }
p { color: rgb(23,145,250); }
H1.HeaderClassName
{
color: #1791FA;
}
.AnyTagClassName
{
color: #1791FA;
}
</style>
background-color css
<style>
a { background-color: #1791FA; }
a { background-color: rgb(23,145,250); }
div.DivClassName
{
background-color: #1791FA;
}
.BgClassName
{
background-color: #1791FA;
}
</style>
border-color css
<style>
span { border-color: #1791FA; }
span { border-color: rgb(23,145,250); }
td.TdClassName
{
border-color: #1791FA;
}
.TagClassName
{
border-color: #1791FA;
}
</style>