Shades of Dodger Blue #0378FD
Tints of Dodger Blue #0378FD
RGB
CMYK
RGB Variations
Color information
#0378FD (or 0x0378FD) is known color: Dodger Blue. HEX triplet: 03, 78 and FD. RGB value is (3,120,253). Sum of RGB (Red+Green+Blue) = 3+120+253=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #0378FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0378FD is #FC8702. Grayscale: #636363. Windows color (decimal): -16549635 or 16611331. OLE color: 16611331.
HSL color Cylindrical-coordinate representation of color #0378FD: hue angle of 211.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0378FD is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 120 | 253 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.01 |
| HSL | 211.92º | 0.98% | 0.5% | - |
| HSV(B) | 211.92º | 0.99% | 0.99% | - |
| XYZ | 24.48 | 20.54 | 95.6 | - |
| YUV | 100.18 | 214.24 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 120 | 253 | 0.99 | 0.53 | 0 | 0.01 | 211.92 | 0.98 | 0.5 |
| Hex | 3 | 78 | FD | 63 | 35 | 0 | 1 | D4 | 62 | 32 |
| Octal | 3 | 170 | 375 | 143 | 65 | 0 | 1 | 324 | 142 | 62 |
| Binary | 11 | 1111000 | 11111101 | 1100011 | 110101 | 0 | 1 | 11010100 | 1100010 | 110010 |
Color Harmonies of #0378FD
Complementary color
Monochromatic Colors of #0378FD
Black with #0378FD
Text Example
Text Example
White with #0378FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0378FD; }
p { color: rgb(3,120,253); }
H1.HeaderClassName
{
color: #0378FD;
}
.AnyTagClassName
{
color: #0378FD;
}
</style>
background-color css
<style>
a { background-color: #0378FD; }
a { background-color: rgb(3,120,253); }
div.DivClassName
{
background-color: #0378FD;
}
.BgClassName
{
background-color: #0378FD;
}
</style>
border-color css
<style>
span { border-color: #0378FD; }
span { border-color: rgb(3,120,253); }
td.TdClassName
{
border-color: #0378FD;
}
.TagClassName
{
border-color: #0378FD;
}
</style>