Shades of Dodger Blue #1681F9
Tints of Dodger Blue #1681F9
RGB
CMYK
RGB Variations
Color information
#1681F9 (or 0x1681F9) is known color: Dodger Blue. HEX triplet: 16, 81 and F9. RGB value is (22,129,249). Sum of RGB (Red+Green+Blue) = 22+129+249=400 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 249 (97.66% from 255 or 62.25% from 400); Max value from RGB is 249 - color contains mainly: blue. Hex color #1681F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1681F9 is #E97E06. Grayscale: #6E6E6E. Windows color (decimal): -15302151 or 16351510. OLE color: 16351510.
HSL color Cylindrical-coordinate representation of color #1681F9: hue angle of 211.72º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1681F9 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 129 | 249 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.02 |
| HSL | 211.72º | 0.95% | 0.53% | - |
| HSV(B) | 211.72º | 0.91% | 0.98% | - |
| XYZ | 25.28 | 22.71 | 92.67 | - |
| YUV | 110.69 | 206.05 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 249 | 0.91 | 0.48 | 0 | 0.02 | 211.72 | 0.95 | 0.53 |
| Hex | 16 | 81 | F9 | 5B | 30 | 0 | 2 | D4 | 5F | 35 |
| Octal | 26 | 201 | 371 | 133 | 60 | 0 | 2 | 324 | 137 | 65 |
| Binary | 10110 | 10000001 | 11111001 | 1011011 | 110000 | 0 | 10 | 11010100 | 1011111 | 110101 |
Color Harmonies of #1681F9
Complementary color
Monochromatic Colors of #1681F9
Black with #1681F9
Text Example
Text Example
White with #1681F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1681F9; }
p { color: rgb(22,129,249); }
H1.HeaderClassName
{
color: #1681F9;
}
.AnyTagClassName
{
color: #1681F9;
}
</style>
background-color css
<style>
a { background-color: #1681F9; }
a { background-color: rgb(22,129,249); }
div.DivClassName
{
background-color: #1681F9;
}
.BgClassName
{
background-color: #1681F9;
}
</style>
border-color css
<style>
span { border-color: #1681F9; }
span { border-color: rgb(22,129,249); }
td.TdClassName
{
border-color: #1681F9;
}
.TagClassName
{
border-color: #1681F9;
}
</style>