Shades of Dodger Blue #1671FB
Tints of Dodger Blue #1671FB
RGB
CMYK
RGB Variations
Color information
#1671FB (or 0x1671FB) is known color: Dodger Blue. HEX triplet: 16, 71 and FB. RGB value is (22,113,251). Sum of RGB (Red+Green+Blue) = 22+113+251=386 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.70% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #1671FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1671FB is #E98E04. Grayscale: #646464. Windows color (decimal): -15306245 or 16478486. OLE color: 16478486.
HSL color Cylindrical-coordinate representation of color #1671FB: hue angle of 216.16º 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 #1671FB is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 113 | 251 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.02 |
| HSL | 216.16º | 0.97% | 0.54% | - |
| HSV(B) | 216.16º | 0.91% | 0.98% | - |
| XYZ | 23.65 | 18.95 | 93.68 | - |
| YUV | 101.52 | 212.35 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 113 | 251 | 0.91 | 0.55 | 0 | 0.02 | 216.16 | 0.97 | 0.54 |
| Hex | 16 | 71 | FB | 5B | 37 | 0 | 2 | D8 | 61 | 36 |
| Octal | 26 | 161 | 373 | 133 | 67 | 0 | 2 | 330 | 141 | 66 |
| Binary | 10110 | 1110001 | 11111011 | 1011011 | 110111 | 0 | 10 | 11011000 | 1100001 | 110110 |
Color Harmonies of #1671FB
Complementary color
Monochromatic Colors of #1671FB
Black with #1671FB
Text Example
Text Example
White with #1671FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1671FB; }
p { color: rgb(22,113,251); }
H1.HeaderClassName
{
color: #1671FB;
}
.AnyTagClassName
{
color: #1671FB;
}
</style>
background-color css
<style>
a { background-color: #1671FB; }
a { background-color: rgb(22,113,251); }
div.DivClassName
{
background-color: #1671FB;
}
.BgClassName
{
background-color: #1671FB;
}
</style>
border-color css
<style>
span { border-color: #1671FB; }
span { border-color: rgb(22,113,251); }
td.TdClassName
{
border-color: #1671FB;
}
.TagClassName
{
border-color: #1671FB;
}
</style>