Shades of Dodger Blue #1792FA
Tints of Dodger Blue #1792FA
RGB
CMYK
RGB Variations
Color information
#1792FA (or 0x1792FA) is known color: Dodger Blue. HEX triplet: 17, 92 and FA. RGB value is (23,146,250). Sum of RGB (Red+Green+Blue) = 23+146+250=419 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.49% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #1792FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1792FA is #E86D05. Grayscale: #787878. Windows color (decimal): -15232262 or 16421399. OLE color: 16421399.
HSL color Cylindrical-coordinate representation of color #1792FA: hue angle of 207.49º 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 #1792FA is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 146 | 250 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.02 |
| HSL | 207.49º | 0.96% | 0.54% | - |
| HSV(B) | 207.49º | 0.91% | 0.98% | - |
| XYZ | 27.89 | 27.64 | 94.31 | - |
| YUV | 121.08 | 200.75 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 146 | 250 | 0.91 | 0.42 | 0 | 0.02 | 207.49 | 0.96 | 0.54 |
| Hex | 17 | 92 | FA | 5B | 2A | 0 | 2 | CF | 60 | 36 |
| Octal | 27 | 222 | 372 | 133 | 52 | 0 | 2 | 317 | 140 | 66 |
| Binary | 10111 | 10010010 | 11111010 | 1011011 | 101010 | 0 | 10 | 11001111 | 1100000 | 110110 |
Color Harmonies of #1792FA
Complementary color
Monochromatic Colors of #1792FA
Black with #1792FA
Text Example
Text Example
White with #1792FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1792FA; }
p { color: rgb(23,146,250); }
H1.HeaderClassName
{
color: #1792FA;
}
.AnyTagClassName
{
color: #1792FA;
}
</style>
background-color css
<style>
a { background-color: #1792FA; }
a { background-color: rgb(23,146,250); }
div.DivClassName
{
background-color: #1792FA;
}
.BgClassName
{
background-color: #1792FA;
}
</style>
border-color css
<style>
span { border-color: #1792FA; }
span { border-color: rgb(23,146,250); }
td.TdClassName
{
border-color: #1792FA;
}
.TagClassName
{
border-color: #1792FA;
}
</style>