Shades of Dodger Blue #0167FF
Tints of Dodger Blue #0167FF
RGB
CMYK
RGB Variations
Color information
#0167FF (or 0x0167FF) is known color: Dodger Blue. HEX triplet: 01, 67 and FF. RGB value is (1,103,255). Sum of RGB (Red+Green+Blue) = 1+103+255=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #0167FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0167FF is #FE9800. Grayscale: #595959. Windows color (decimal): -16685057 or 16738049. OLE color: 16738049.
HSL color Cylindrical-coordinate representation of color #0167FF: hue angle of 215.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0167FF is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 103 | 255 | - |
| CMYK | 1.00 | 0.60 | 0 | 0 |
| HSL | 215.91º | 1% | 0.5% | - |
| HSV(B) | 215.91º | 1% | 1% | - |
| XYZ | 22.91 | 16.93 | 96.67 | - |
| YUV | 89.83 | 221.21 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 255 | 1.00 | 0.60 | 0 | 0 | 215.91 | 1 | 0.5 |
| Hex | 1 | 67 | FF | 64 | 3C | 0 | 0 | D8 | 64 | 32 |
| Octal | 1 | 147 | 377 | 144 | 74 | 0 | 0 | 330 | 144 | 62 |
| Binary | 1 | 1100111 | 11111111 | 1100100 | 111100 | 0 | 0 | 11011000 | 1100100 | 110010 |
Color Harmonies of #0167FF
Complementary color
Monochromatic Colors of #0167FF
Black with #0167FF
Text Example
Text Example
White with #0167FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0167FF; }
p { color: rgb(1,103,255); }
H1.HeaderClassName
{
color: #0167FF;
}
.AnyTagClassName
{
color: #0167FF;
}
</style>
background-color css
<style>
a { background-color: #0167FF; }
a { background-color: rgb(1,103,255); }
div.DivClassName
{
background-color: #0167FF;
}
.BgClassName
{
background-color: #0167FF;
}
</style>
border-color css
<style>
span { border-color: #0167FF; }
span { border-color: rgb(1,103,255); }
td.TdClassName
{
border-color: #0167FF;
}
.TagClassName
{
border-color: #0167FF;
}
</style>