Shades of Dodger Blue #0178FE
Tints of Dodger Blue #0178FE
RGB
CMYK
RGB Variations
Color information
#0178FE (or 0x0178FE) is known color: Dodger Blue. HEX triplet: 01, 78 and FE. RGB value is (1,120,254). Sum of RGB (Red+Green+Blue) = 1+120+254=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #0178FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0178FE is #FE8701. Grayscale: #636363. Windows color (decimal): -16680706 or 16676865. OLE color: 16676865.
HSL color Cylindrical-coordinate representation of color #0178FE: hue angle of 211.78º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0178FE is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 120 | 254 | - |
| CMYK | 1.00 | 0.53 | 0 | 0.00 |
| HSL | 211.78º | 0.99% | 0.5% | - |
| HSV(B) | 211.78º | 1% | 1% | - |
| XYZ | 24.62 | 20.6 | 96.44 | - |
| YUV | 99.7 | 215.08 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 120 | 254 | 1.00 | 0.53 | 0 | 0.00 | 211.78 | 0.99 | 0.5 |
| Hex | 1 | 78 | FE | 64 | 35 | 0 | 0 | D4 | 63 | 32 |
| Octal | 1 | 170 | 376 | 144 | 65 | 0 | 0 | 324 | 143 | 62 |
| Binary | 1 | 1111000 | 11111110 | 1100100 | 110101 | 0 | 0 | 11010100 | 1100011 | 110010 |
Color Harmonies of #0178FE
Complementary color
Monochromatic Colors of #0178FE
Black with #0178FE
Text Example
Text Example
White with #0178FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0178FE; }
p { color: rgb(1,120,254); }
H1.HeaderClassName
{
color: #0178FE;
}
.AnyTagClassName
{
color: #0178FE;
}
</style>
background-color css
<style>
a { background-color: #0178FE; }
a { background-color: rgb(1,120,254); }
div.DivClassName
{
background-color: #0178FE;
}
.BgClassName
{
background-color: #0178FE;
}
</style>
border-color css
<style>
span { border-color: #0178FE; }
span { border-color: rgb(1,120,254); }
td.TdClassName
{
border-color: #0178FE;
}
.TagClassName
{
border-color: #0178FE;
}
</style>