Shades of Dodger Blue #1667FB
Tints of Dodger Blue #1667FB
RGB
CMYK
RGB Variations
Color information
#1667FB (or 0x1667FB) is known color: Dodger Blue. HEX triplet: 16, 67 and FB. RGB value is (22,103,251). Sum of RGB (Red+Green+Blue) = 22+103+251=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #1667FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1667FB is #E99804. Grayscale: #5E5E5E. Windows color (decimal): -15308805 or 16475926. OLE color: 16475926.
HSL color Cylindrical-coordinate representation of color #1667FB: hue angle of 218.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1667FB is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 103 | 251 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.02 |
| HSL | 218.78º | 0.97% | 0.54% | - |
| HSV(B) | 218.78º | 0.91% | 0.98% | - |
| XYZ | 22.59 | 16.84 | 93.33 | - |
| YUV | 95.65 | 215.66 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 251 | 0.91 | 0.59 | 0 | 0.02 | 218.78 | 0.97 | 0.54 |
| Hex | 16 | 67 | FB | 5B | 3B | 0 | 2 | DB | 61 | 36 |
| Octal | 26 | 147 | 373 | 133 | 73 | 0 | 2 | 333 | 141 | 66 |
| Binary | 10110 | 1100111 | 11111011 | 1011011 | 111011 | 0 | 10 | 11011011 | 1100001 | 110110 |
Color Harmonies of #1667FB
Complementary color
Monochromatic Colors of #1667FB
Black with #1667FB
Text Example
Text Example
White with #1667FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1667FB; }
p { color: rgb(22,103,251); }
H1.HeaderClassName
{
color: #1667FB;
}
.AnyTagClassName
{
color: #1667FB;
}
</style>
background-color css
<style>
a { background-color: #1667FB; }
a { background-color: rgb(22,103,251); }
div.DivClassName
{
background-color: #1667FB;
}
.BgClassName
{
background-color: #1667FB;
}
</style>
border-color css
<style>
span { border-color: #1667FB; }
span { border-color: rgb(22,103,251); }
td.TdClassName
{
border-color: #1667FB;
}
.TagClassName
{
border-color: #1667FB;
}
</style>