Shades of Dodger Blue #1687F1
Tints of Dodger Blue #1687F1
RGB
CMYK
RGB Variations
Color information
#1687F1 (or 0x1687F1) is known color: Dodger Blue. HEX triplet: 16, 87 and F1. RGB value is (22,135,241). Sum of RGB (Red+Green+Blue) = 22+135+241=398 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.53% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #1687F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1687F1 is #E9780E. Grayscale: #707070. Windows color (decimal): -15300623 or 15828758. OLE color: 15828758.
HSL color Cylindrical-coordinate representation of color #1687F1: hue angle of 209.04º 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 #1687F1 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 135 | 241 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.05 |
| HSL | 209.04º | 0.89% | 0.52% | - |
| HSV(B) | 209.04º | 0.91% | 0.95% | - |
| XYZ | 24.87 | 23.85 | 86.51 | - |
| YUV | 113.3 | 200.06 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 135 | 241 | 0.91 | 0.44 | 0 | 0.05 | 209.04 | 0.89 | 0.52 |
| Hex | 16 | 87 | F1 | 5B | 2C | 0 | 5 | D1 | 59 | 34 |
| Octal | 26 | 207 | 361 | 133 | 54 | 0 | 5 | 321 | 131 | 64 |
| Binary | 10110 | 10000111 | 11110001 | 1011011 | 101100 | 0 | 101 | 11010001 | 1011001 | 110100 |
Color Harmonies of #1687F1
Complementary color
Monochromatic Colors of #1687F1
Black with #1687F1
Text Example
Text Example
White with #1687F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1687F1; }
p { color: rgb(22,135,241); }
H1.HeaderClassName
{
color: #1687F1;
}
.AnyTagClassName
{
color: #1687F1;
}
</style>
background-color css
<style>
a { background-color: #1687F1; }
a { background-color: rgb(22,135,241); }
div.DivClassName
{
background-color: #1687F1;
}
.BgClassName
{
background-color: #1687F1;
}
</style>
border-color css
<style>
span { border-color: #1687F1; }
span { border-color: rgb(22,135,241); }
td.TdClassName
{
border-color: #1687F1;
}
.TagClassName
{
border-color: #1687F1;
}
</style>