Shades of Dodger Blue #1799FF
Tints of Dodger Blue #1799FF
RGB
CMYK
RGB Variations
Color information
#1799FF (or 0x1799FF) is known color: Dodger Blue. HEX triplet: 17, 99 and FF. RGB value is (23,153,255). Sum of RGB (Red+Green+Blue) = 23+153+255=431 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.34% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #1799FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1799FF is #E86600. Grayscale: #7D7D7D. Windows color (decimal): -15230465 or 16750871. OLE color: 16750871.
HSL color Cylindrical-coordinate representation of color #1799FF: hue angle of 206.38º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1799FF is Cyan = 0.91, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 153 | 255 | - |
| CMYK | 0.91 | 0.4 | 0 | 0 |
| HSL | 206.38º | 1% | 0.55% | - |
| HSV(B) | 206.38º | 0.91% | 1% | - |
| XYZ | 29.79 | 30.18 | 98.86 | - |
| YUV | 125.76 | 200.93 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 255 | 0.91 | 0.4 | 0 | 0 | 206.38 | 1 | 0.55 |
| Hex | 17 | 99 | FF | 5B | 28 | 0 | 0 | CE | 64 | 37 |
| Octal | 27 | 231 | 377 | 133 | 50 | 0 | 0 | 316 | 144 | 67 |
| Binary | 10111 | 10011001 | 11111111 | 1011011 | 101000 | 0 | 0 | 11001110 | 1100100 | 110111 |
Color Harmonies of #1799FF
Complementary color
Monochromatic Colors of #1799FF
Black with #1799FF
Text Example
Text Example
White with #1799FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1799FF; }
p { color: rgb(23,153,255); }
H1.HeaderClassName
{
color: #1799FF;
}
.AnyTagClassName
{
color: #1799FF;
}
</style>
background-color css
<style>
a { background-color: #1799FF; }
a { background-color: rgb(23,153,255); }
div.DivClassName
{
background-color: #1799FF;
}
.BgClassName
{
background-color: #1799FF;
}
</style>
border-color css
<style>
span { border-color: #1799FF; }
span { border-color: rgb(23,153,255); }
td.TdClassName
{
border-color: #1799FF;
}
.TagClassName
{
border-color: #1799FF;
}
</style>