Shades of Dodger Blue #1679F1
Tints of Dodger Blue #1679F1
RGB
CMYK
RGB Variations
Color information
#1679F1 (or 0x1679F1) is known color: Dodger Blue. HEX triplet: 16, 79 and F1. RGB value is (22,121,241). Sum of RGB (Red+Green+Blue) = 22+121+241=384 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.73% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #1679F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1679F1 is #E9860E. Grayscale: #686868. Windows color (decimal): -15304207 or 15825174. OLE color: 15825174.
HSL color Cylindrical-coordinate representation of color #1679F1: hue angle of 212.88º 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 #1679F1 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 121 | 241 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.05 |
| HSL | 212.88º | 0.89% | 0.52% | - |
| HSV(B) | 212.88º | 0.91% | 0.95% | - |
| XYZ | 23.05 | 20.2 | 85.9 | - |
| YUV | 105.08 | 204.7 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 241 | 0.91 | 0.50 | 0 | 0.05 | 212.88 | 0.89 | 0.52 |
| Hex | 16 | 79 | F1 | 5B | 32 | 0 | 5 | D5 | 59 | 34 |
| Octal | 26 | 171 | 361 | 133 | 62 | 0 | 5 | 325 | 131 | 64 |
| Binary | 10110 | 1111001 | 11110001 | 1011011 | 110010 | 0 | 101 | 11010101 | 1011001 | 110100 |
Color Harmonies of #1679F1
Complementary color
Monochromatic Colors of #1679F1
Black with #1679F1
Text Example
Text Example
White with #1679F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1679F1; }
p { color: rgb(22,121,241); }
H1.HeaderClassName
{
color: #1679F1;
}
.AnyTagClassName
{
color: #1679F1;
}
</style>
background-color css
<style>
a { background-color: #1679F1; }
a { background-color: rgb(22,121,241); }
div.DivClassName
{
background-color: #1679F1;
}
.BgClassName
{
background-color: #1679F1;
}
</style>
border-color css
<style>
span { border-color: #1679F1; }
span { border-color: rgb(22,121,241); }
td.TdClassName
{
border-color: #1679F1;
}
.TagClassName
{
border-color: #1679F1;
}
</style>