Shades of Dodger Blue #0078FA
Tints of Dodger Blue #0078FA
RGB
CMYK
RGB Variations
Color information
#0078FA (or 0x0078FA) is known color: Dodger Blue. HEX triplet: 00, 78 and FA. RGB value is (0,120,250). Sum of RGB (Red+Green+Blue) = 0+120+250=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #0078FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0078FA is #FF8705. Grayscale: #626262. Windows color (decimal): -16746246 or 16414720. OLE color: 16414720.
HSL color Cylindrical-coordinate representation of color #0078FA: hue angle of 211.2º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078FA is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 120 | 250 | - |
| CMYK | 1 | 0.52 | 0 | 0.02 |
| HSL | 211.2º | 1% | 0.49% | - |
| HSV(B) | 211.2º | 1% | 0.98% | - |
| XYZ | 23.97 | 20.34 | 93.1 | - |
| YUV | 98.94 | 213.24 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 250 | 1 | 0.52 | 0 | 0.02 | 211.2 | 1 | 0.49 |
| Hex | 0 | 78 | FA | 64 | 34 | 0 | 2 | D3 | 64 | 31 |
| Octal | 0 | 170 | 372 | 144 | 64 | 0 | 2 | 323 | 144 | 61 |
| Binary | 0 | 1111000 | 11111010 | 1100100 | 110100 | 0 | 10 | 11010011 | 1100100 | 110001 |
Color Harmonies of #0078FA
Complementary color
Monochromatic Colors of #0078FA
Black with #0078FA
Text Example
Text Example
White with #0078FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0078FA; }
p { color: rgb(0,120,250); }
H1.HeaderClassName
{
color: #0078FA;
}
.AnyTagClassName
{
color: #0078FA;
}
</style>
background-color css
<style>
a { background-color: #0078FA; }
a { background-color: rgb(0,120,250); }
div.DivClassName
{
background-color: #0078FA;
}
.BgClassName
{
background-color: #0078FA;
}
</style>
border-color css
<style>
span { border-color: #0078FA; }
span { border-color: rgb(0,120,250); }
td.TdClassName
{
border-color: #0078FA;
}
.TagClassName
{
border-color: #0078FA;
}
</style>