Shades of Dodger Blue #1667FD
Tints of Dodger Blue #1667FD
RGB
CMYK
RGB Variations
Color information
#1667FD (or 0x1667FD) is known color: Dodger Blue. HEX triplet: 16, 67 and FD. RGB value is (22,103,253). Sum of RGB (Red+Green+Blue) = 22+103+253=378 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.82% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #1667FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1667FD is #E99802. Grayscale: #5F5F5F. Windows color (decimal): -15308803 or 16606998. OLE color: 16606998.
HSL color Cylindrical-coordinate representation of color #1667FD: hue angle of 218.96º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1667FD is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 103 | 253 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.01 |
| HSL | 218.96º | 0.98% | 0.54% | - |
| HSV(B) | 218.96º | 0.91% | 0.99% | - |
| XYZ | 22.91 | 16.96 | 95 | - |
| YUV | 95.88 | 216.66 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 253 | 0.91 | 0.59 | 0 | 0.01 | 218.96 | 0.98 | 0.54 |
| Hex | 16 | 67 | FD | 5B | 3B | 0 | 1 | DB | 62 | 36 |
| Octal | 26 | 147 | 375 | 133 | 73 | 0 | 1 | 333 | 142 | 66 |
| Binary | 10110 | 1100111 | 11111101 | 1011011 | 111011 | 0 | 1 | 11011011 | 1100010 | 110110 |
Color Harmonies of #1667FD
Complementary color
Monochromatic Colors of #1667FD
Black with #1667FD
Text Example
Text Example
White with #1667FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1667FD; }
p { color: rgb(22,103,253); }
H1.HeaderClassName
{
color: #1667FD;
}
.AnyTagClassName
{
color: #1667FD;
}
</style>
background-color css
<style>
a { background-color: #1667FD; }
a { background-color: rgb(22,103,253); }
div.DivClassName
{
background-color: #1667FD;
}
.BgClassName
{
background-color: #1667FD;
}
</style>
border-color css
<style>
span { border-color: #1667FD; }
span { border-color: rgb(22,103,253); }
td.TdClassName
{
border-color: #1667FD;
}
.TagClassName
{
border-color: #1667FD;
}
</style>