Shades of Dodger Blue #1771FB
Tints of Dodger Blue #1771FB
RGB
CMYK
RGB Variations
Color information
#1771FB (or 0x1771FB) is known color: Dodger Blue. HEX triplet: 17, 71 and FB. RGB value is (23,113,251). Sum of RGB (Red+Green+Blue) = 23+113+251=387 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.94% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #1771FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1771FB is #E88E04. Grayscale: #656565. Windows color (decimal): -15240709 or 16478487. OLE color: 16478487.
HSL color Cylindrical-coordinate representation of color #1771FB: hue angle of 216.32º 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 #1771FB is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 113 | 251 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.02 |
| HSL | 216.32º | 0.97% | 0.54% | - |
| HSV(B) | 216.32º | 0.91% | 0.98% | - |
| XYZ | 23.67 | 18.96 | 93.68 | - |
| YUV | 101.82 | 212.18 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 251 | 0.91 | 0.55 | 0 | 0.02 | 216.32 | 0.97 | 0.54 |
| Hex | 17 | 71 | FB | 5B | 37 | 0 | 2 | D8 | 61 | 36 |
| Octal | 27 | 161 | 373 | 133 | 67 | 0 | 2 | 330 | 141 | 66 |
| Binary | 10111 | 1110001 | 11111011 | 1011011 | 110111 | 0 | 10 | 11011000 | 1100001 | 110110 |
Color Harmonies of #1771FB
Complementary color
Monochromatic Colors of #1771FB
Black with #1771FB
Text Example
Text Example
White with #1771FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1771FB; }
p { color: rgb(23,113,251); }
H1.HeaderClassName
{
color: #1771FB;
}
.AnyTagClassName
{
color: #1771FB;
}
</style>
background-color css
<style>
a { background-color: #1771FB; }
a { background-color: rgb(23,113,251); }
div.DivClassName
{
background-color: #1771FB;
}
.BgClassName
{
background-color: #1771FB;
}
</style>
border-color css
<style>
span { border-color: #1771FB; }
span { border-color: rgb(23,113,251); }
td.TdClassName
{
border-color: #1771FB;
}
.TagClassName
{
border-color: #1771FB;
}
</style>