Shades of Dodger Blue #1670FB
Tints of Dodger Blue #1670FB
RGB
CMYK
RGB Variations
Color information
#1670FB (or 0x1670FB) is known color: Dodger Blue. HEX triplet: 16, 70 and FB. RGB value is (22,112,251). Sum of RGB (Red+Green+Blue) = 22+112+251=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #1670FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1670FB is #E98F04. Grayscale: #646464. Windows color (decimal): -15306501 or 16478230. OLE color: 16478230.
HSL color Cylindrical-coordinate representation of color #1670FB: hue angle of 216.42º 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 #1670FB is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 112 | 251 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.02 |
| HSL | 216.42º | 0.97% | 0.54% | - |
| HSV(B) | 216.42º | 0.91% | 0.98% | - |
| XYZ | 23.54 | 18.72 | 93.64 | - |
| YUV | 100.94 | 212.68 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 251 | 0.91 | 0.55 | 0 | 0.02 | 216.42 | 0.97 | 0.54 |
| Hex | 16 | 70 | FB | 5B | 37 | 0 | 2 | D8 | 61 | 36 |
| Octal | 26 | 160 | 373 | 133 | 67 | 0 | 2 | 330 | 141 | 66 |
| Binary | 10110 | 1110000 | 11111011 | 1011011 | 110111 | 0 | 10 | 11011000 | 1100001 | 110110 |
Color Harmonies of #1670FB
Complementary color
Monochromatic Colors of #1670FB
Black with #1670FB
Text Example
Text Example
White with #1670FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1670FB; }
p { color: rgb(22,112,251); }
H1.HeaderClassName
{
color: #1670FB;
}
.AnyTagClassName
{
color: #1670FB;
}
</style>
background-color css
<style>
a { background-color: #1670FB; }
a { background-color: rgb(22,112,251); }
div.DivClassName
{
background-color: #1670FB;
}
.BgClassName
{
background-color: #1670FB;
}
</style>
border-color css
<style>
span { border-color: #1670FB; }
span { border-color: rgb(22,112,251); }
td.TdClassName
{
border-color: #1670FB;
}
.TagClassName
{
border-color: #1670FB;
}
</style>