Shades of Dodger Blue #1667F6
Tints of Dodger Blue #1667F6
RGB
CMYK
RGB Variations
Color information
#1667F6 (or 0x1667F6) is known color: Dodger Blue. HEX triplet: 16, 67 and F6. RGB value is (22,103,246). Sum of RGB (Red+Green+Blue) = 22+103+246=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #1667F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1667F6 is #E99809. Grayscale: #5E5E5E. Windows color (decimal): -15308810 or 16148246. OLE color: 16148246.
HSL color Cylindrical-coordinate representation of color #1667F6: hue angle of 218.3º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1667F6 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 103 | 246 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.04 |
| HSL | 218.3º | 0.93% | 0.53% | - |
| HSV(B) | 218.3º | 0.91% | 0.96% | - |
| XYZ | 21.82 | 16.52 | 89.23 | - |
| YUV | 95.08 | 213.16 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 246 | 0.91 | 0.58 | 0 | 0.04 | 218.3 | 0.93 | 0.53 |
| Hex | 16 | 67 | F6 | 5B | 3A | 0 | 4 | DA | 5D | 35 |
| Octal | 26 | 147 | 366 | 133 | 72 | 0 | 4 | 332 | 135 | 65 |
| Binary | 10110 | 1100111 | 11110110 | 1011011 | 111010 | 0 | 100 | 11011010 | 1011101 | 110101 |
Color Harmonies of #1667F6
Complementary color
Monochromatic Colors of #1667F6
Black with #1667F6
Text Example
Text Example
White with #1667F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1667F6; }
p { color: rgb(22,103,246); }
H1.HeaderClassName
{
color: #1667F6;
}
.AnyTagClassName
{
color: #1667F6;
}
</style>
background-color css
<style>
a { background-color: #1667F6; }
a { background-color: rgb(22,103,246); }
div.DivClassName
{
background-color: #1667F6;
}
.BgClassName
{
background-color: #1667F6;
}
</style>
border-color css
<style>
span { border-color: #1667F6; }
span { border-color: rgb(22,103,246); }
td.TdClassName
{
border-color: #1667F6;
}
.TagClassName
{
border-color: #1667F6;
}
</style>