Shades of Dodger Blue #1779FF
Tints of Dodger Blue #1779FF
RGB
CMYK
RGB Variations
Color information
#1779FF (or 0x1779FF) is known color: Dodger Blue. HEX triplet: 17, 79 and FF. RGB value is (23,121,255). Sum of RGB (Red+Green+Blue) = 23+121+255=399 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.76% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #1779FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1779FF is #E88600. Grayscale: #6A6A6A. Windows color (decimal): -15238657 or 16742679. OLE color: 16742679.
HSL color Cylindrical-coordinate representation of color #1779FF: hue angle of 214.66º 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 #1779FF is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 121 | 255 | - |
| CMYK | 0.91 | 0.53 | 0 | 0 |
| HSL | 214.66º | 1% | 0.55% | - |
| HSV(B) | 214.66º | 0.91% | 1% | - |
| XYZ | 25.24 | 21.08 | 97.35 | - |
| YUV | 106.97 | 211.53 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 121 | 255 | 0.91 | 0.53 | 0 | 0 | 214.66 | 1 | 0.55 |
| Hex | 17 | 79 | FF | 5B | 35 | 0 | 0 | D7 | 64 | 37 |
| Octal | 27 | 171 | 377 | 133 | 65 | 0 | 0 | 327 | 144 | 67 |
| Binary | 10111 | 1111001 | 11111111 | 1011011 | 110101 | 0 | 0 | 11010111 | 1100100 | 110111 |
Color Harmonies of #1779FF
Complementary color
Monochromatic Colors of #1779FF
Black with #1779FF
Text Example
Text Example
White with #1779FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1779FF; }
p { color: rgb(23,121,255); }
H1.HeaderClassName
{
color: #1779FF;
}
.AnyTagClassName
{
color: #1779FF;
}
</style>
background-color css
<style>
a { background-color: #1779FF; }
a { background-color: rgb(23,121,255); }
div.DivClassName
{
background-color: #1779FF;
}
.BgClassName
{
background-color: #1779FF;
}
</style>
border-color css
<style>
span { border-color: #1779FF; }
span { border-color: rgb(23,121,255); }
td.TdClassName
{
border-color: #1779FF;
}
.TagClassName
{
border-color: #1779FF;
}
</style>