Shades of Dodger Blue #1795FE
Tints of Dodger Blue #1795FE
RGB
CMYK
RGB Variations
Color information
#1795FE (or 0x1795FE) is known color: Dodger Blue. HEX triplet: 17, 95 and FE. RGB value is (23,149,254). Sum of RGB (Red+Green+Blue) = 23+149+254=426 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.40% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #1795FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1795FE is #E86A01. Grayscale: #7A7A7A. Windows color (decimal): -15231490 or 16684311. OLE color: 16684311.
HSL color Cylindrical-coordinate representation of color #1795FE: hue angle of 207.27º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1795FE is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 149 | 254 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.00 |
| HSL | 207.27º | 0.99% | 0.54% | - |
| HSV(B) | 207.27º | 0.91% | 1% | - |
| XYZ | 28.99 | 28.83 | 97.8 | - |
| YUV | 123.3 | 201.76 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 254 | 0.91 | 0.41 | 0 | 0.00 | 207.27 | 0.99 | 0.54 |
| Hex | 17 | 95 | FE | 5B | 29 | 0 | 0 | CF | 63 | 36 |
| Octal | 27 | 225 | 376 | 133 | 51 | 0 | 0 | 317 | 143 | 66 |
| Binary | 10111 | 10010101 | 11111110 | 1011011 | 101001 | 0 | 0 | 11001111 | 1100011 | 110110 |
Color Harmonies of #1795FE
Complementary color
Monochromatic Colors of #1795FE
Black with #1795FE
Text Example
Text Example
White with #1795FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1795FE; }
p { color: rgb(23,149,254); }
H1.HeaderClassName
{
color: #1795FE;
}
.AnyTagClassName
{
color: #1795FE;
}
</style>
background-color css
<style>
a { background-color: #1795FE; }
a { background-color: rgb(23,149,254); }
div.DivClassName
{
background-color: #1795FE;
}
.BgClassName
{
background-color: #1795FE;
}
</style>
border-color css
<style>
span { border-color: #1795FE; }
span { border-color: rgb(23,149,254); }
td.TdClassName
{
border-color: #1795FE;
}
.TagClassName
{
border-color: #1795FE;
}
</style>