Shades of Dodger Blue #1795FB
Tints of Dodger Blue #1795FB
RGB
CMYK
RGB Variations
Color information
#1795FB (or 0x1795FB) is known color: Dodger Blue. HEX triplet: 17, 95 and FB. RGB value is (23,149,251). Sum of RGB (Red+Green+Blue) = 23+149+251=423 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.44% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #1795FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1795FB is #E86A04. Grayscale: #7A7A7A. Windows color (decimal): -15231493 or 16487703. OLE color: 16487703.
HSL color Cylindrical-coordinate representation of color #1795FB: hue angle of 206.84º degrees, saturation: 0.97, 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 #1795FB is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 149 | 251 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.02 |
| HSL | 206.84º | 0.97% | 0.54% | - |
| HSV(B) | 206.84º | 0.91% | 0.98% | - |
| XYZ | 28.51 | 28.64 | 95.29 | - |
| YUV | 122.95 | 200.26 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 251 | 0.91 | 0.41 | 0 | 0.02 | 206.84 | 0.97 | 0.54 |
| Hex | 17 | 95 | FB | 5B | 29 | 0 | 2 | CF | 61 | 36 |
| Octal | 27 | 225 | 373 | 133 | 51 | 0 | 2 | 317 | 141 | 66 |
| Binary | 10111 | 10010101 | 11111011 | 1011011 | 101001 | 0 | 10 | 11001111 | 1100001 | 110110 |
Color Harmonies of #1795FB
Complementary color
Monochromatic Colors of #1795FB
Black with #1795FB
Text Example
Text Example
White with #1795FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1795FB; }
p { color: rgb(23,149,251); }
H1.HeaderClassName
{
color: #1795FB;
}
.AnyTagClassName
{
color: #1795FB;
}
</style>
background-color css
<style>
a { background-color: #1795FB; }
a { background-color: rgb(23,149,251); }
div.DivClassName
{
background-color: #1795FB;
}
.BgClassName
{
background-color: #1795FB;
}
</style>
border-color css
<style>
span { border-color: #1795FB; }
span { border-color: rgb(23,149,251); }
td.TdClassName
{
border-color: #1795FB;
}
.TagClassName
{
border-color: #1795FB;
}
</style>