Shades of Dodger Blue #1795FA
Tints of Dodger Blue #1795FA
RGB
CMYK
RGB Variations
Color information
#1795FA (or 0x1795FA) is known color: Dodger Blue. HEX triplet: 17, 95 and FA. RGB value is (23,149,250). Sum of RGB (Red+Green+Blue) = 23+149+250=422 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.45% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #1795FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1795FA is #E86A05. Grayscale: #7A7A7A. Windows color (decimal): -15231494 or 16422167. OLE color: 16422167.
HSL color Cylindrical-coordinate representation of color #1795FA: hue angle of 206.7º 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 #1795FA is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 149 | 250 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.02 |
| HSL | 206.7º | 0.96% | 0.54% | - |
| HSV(B) | 206.7º | 0.91% | 0.98% | - |
| XYZ | 28.36 | 28.58 | 94.46 | - |
| YUV | 122.84 | 199.76 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 250 | 0.91 | 0.40 | 0 | 0.02 | 206.7 | 0.96 | 0.54 |
| Hex | 17 | 95 | FA | 5B | 28 | 0 | 2 | CF | 60 | 36 |
| Octal | 27 | 225 | 372 | 133 | 50 | 0 | 2 | 317 | 140 | 66 |
| Binary | 10111 | 10010101 | 11111010 | 1011011 | 101000 | 0 | 10 | 11001111 | 1100000 | 110110 |
Color Harmonies of #1795FA
Complementary color
Monochromatic Colors of #1795FA
Black with #1795FA
Text Example
Text Example
White with #1795FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1795FA; }
p { color: rgb(23,149,250); }
H1.HeaderClassName
{
color: #1795FA;
}
.AnyTagClassName
{
color: #1795FA;
}
</style>
background-color css
<style>
a { background-color: #1795FA; }
a { background-color: rgb(23,149,250); }
div.DivClassName
{
background-color: #1795FA;
}
.BgClassName
{
background-color: #1795FA;
}
</style>
border-color css
<style>
span { border-color: #1795FA; }
span { border-color: rgb(23,149,250); }
td.TdClassName
{
border-color: #1795FA;
}
.TagClassName
{
border-color: #1795FA;
}
</style>