Shades of Dodger Blue #1676F1
Tints of Dodger Blue #1676F1
RGB
CMYK
RGB Variations
Color information
#1676F1 (or 0x1676F1) is known color: Dodger Blue. HEX triplet: 16, 76 and F1. RGB value is (22,118,241). Sum of RGB (Red+Green+Blue) = 22+118+241=381 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.77% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 241 (94.53% from 255 or 63.25% from 381); Max value from RGB is 241 - color contains mainly: blue. Hex color #1676F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1676F1 is #E9890E. Grayscale: #666666. Windows color (decimal): -15304975 or 15824406. OLE color: 15824406.
HSL color Cylindrical-coordinate representation of color #1676F1: hue angle of 213.7º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1676F1 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 118 | 241 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.05 |
| HSL | 213.7º | 0.89% | 0.52% | - |
| HSV(B) | 213.7º | 0.91% | 0.95% | - |
| XYZ | 22.69 | 19.48 | 85.78 | - |
| YUV | 103.32 | 205.7 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 118 | 241 | 0.91 | 0.51 | 0 | 0.05 | 213.7 | 0.89 | 0.52 |
| Hex | 16 | 76 | F1 | 5B | 33 | 0 | 5 | D6 | 59 | 34 |
| Octal | 26 | 166 | 361 | 133 | 63 | 0 | 5 | 326 | 131 | 64 |
| Binary | 10110 | 1110110 | 11110001 | 1011011 | 110011 | 0 | 101 | 11010110 | 1011001 | 110100 |
Color Harmonies of #1676F1
Complementary color
Monochromatic Colors of #1676F1
Black with #1676F1
Text Example
Text Example
White with #1676F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1676F1; }
p { color: rgb(22,118,241); }
H1.HeaderClassName
{
color: #1676F1;
}
.AnyTagClassName
{
color: #1676F1;
}
</style>
background-color css
<style>
a { background-color: #1676F1; }
a { background-color: rgb(22,118,241); }
div.DivClassName
{
background-color: #1676F1;
}
.BgClassName
{
background-color: #1676F1;
}
</style>
border-color css
<style>
span { border-color: #1676F1; }
span { border-color: rgb(22,118,241); }
td.TdClassName
{
border-color: #1676F1;
}
.TagClassName
{
border-color: #1676F1;
}
</style>