Shades of Dodger Blue #0168FF
Tints of Dodger Blue #0168FF
RGB
CMYK
RGB Variations
Color information
#0168FF (or 0x0168FF) is known color: Dodger Blue. HEX triplet: 01, 68 and FF. RGB value is (1,104,255). Sum of RGB (Red+Green+Blue) = 1+104+255=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #0168FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0168FF is #FE9700. Grayscale: #595959. Windows color (decimal): -16684801 or 16738305. OLE color: 16738305.
HSL color Cylindrical-coordinate representation of color #0168FF: hue angle of 215.67º 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 #0168FF is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 104 | 255 | - |
| CMYK | 1.00 | 0.59 | 0 | 0 |
| HSL | 215.67º | 1% | 0.5% | - |
| HSV(B) | 215.67º | 1% | 1% | - |
| XYZ | 23.01 | 17.13 | 96.7 | - |
| YUV | 90.42 | 220.88 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 255 | 1.00 | 0.59 | 0 | 0 | 215.67 | 1 | 0.5 |
| Hex | 1 | 68 | FF | 64 | 3B | 0 | 0 | D8 | 64 | 32 |
| Octal | 1 | 150 | 377 | 144 | 73 | 0 | 0 | 330 | 144 | 62 |
| Binary | 1 | 1101000 | 11111111 | 1100100 | 111011 | 0 | 0 | 11011000 | 1100100 | 110010 |
Color Harmonies of #0168FF
Complementary color
Monochromatic Colors of #0168FF
Black with #0168FF
Text Example
Text Example
White with #0168FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0168FF; }
p { color: rgb(1,104,255); }
H1.HeaderClassName
{
color: #0168FF;
}
.AnyTagClassName
{
color: #0168FF;
}
</style>
background-color css
<style>
a { background-color: #0168FF; }
a { background-color: rgb(1,104,255); }
div.DivClassName
{
background-color: #0168FF;
}
.BgClassName
{
background-color: #0168FF;
}
</style>
border-color css
<style>
span { border-color: #0168FF; }
span { border-color: rgb(1,104,255); }
td.TdClassName
{
border-color: #0168FF;
}
.TagClassName
{
border-color: #0168FF;
}
</style>