Shades of Dodger Blue #1676FB
Tints of Dodger Blue #1676FB
RGB
CMYK
RGB Variations
Color information
#1676FB (or 0x1676FB) is known color: Dodger Blue. HEX triplet: 16, 76 and FB. RGB value is (22,118,251). Sum of RGB (Red+Green+Blue) = 22+118+251=391 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.63% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #1676FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1676FB is #E98904. Grayscale: #676767. Windows color (decimal): -15304965 or 16479766. OLE color: 16479766.
HSL color Cylindrical-coordinate representation of color #1676FB: hue angle of 214.85º 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 #1676FB is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 118 | 251 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.02 |
| HSL | 214.85º | 0.97% | 0.54% | - |
| HSV(B) | 214.85º | 0.91% | 0.98% | - |
| XYZ | 24.22 | 20.09 | 93.87 | - |
| YUV | 104.46 | 210.7 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 118 | 251 | 0.91 | 0.53 | 0 | 0.02 | 214.85 | 0.97 | 0.54 |
| Hex | 16 | 76 | FB | 5B | 35 | 0 | 2 | D7 | 61 | 36 |
| Octal | 26 | 166 | 373 | 133 | 65 | 0 | 2 | 327 | 141 | 66 |
| Binary | 10110 | 1110110 | 11111011 | 1011011 | 110101 | 0 | 10 | 11010111 | 1100001 | 110110 |
Color Harmonies of #1676FB
Complementary color
Monochromatic Colors of #1676FB
Black with #1676FB
Text Example
Text Example
White with #1676FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1676FB; }
p { color: rgb(22,118,251); }
H1.HeaderClassName
{
color: #1676FB;
}
.AnyTagClassName
{
color: #1676FB;
}
</style>
background-color css
<style>
a { background-color: #1676FB; }
a { background-color: rgb(22,118,251); }
div.DivClassName
{
background-color: #1676FB;
}
.BgClassName
{
background-color: #1676FB;
}
</style>
border-color css
<style>
span { border-color: #1676FB; }
span { border-color: rgb(22,118,251); }
td.TdClassName
{
border-color: #1676FB;
}
.TagClassName
{
border-color: #1676FB;
}
</style>