Shades of Dodger Blue #1078FB
Tints of Dodger Blue #1078FB
RGB
CMYK
RGB Variations
Color information
#1078FB (or 0x1078FB) is known color: Dodger Blue. HEX triplet: 10, 78 and FB. RGB value is (16,120,251). Sum of RGB (Red+Green+Blue) = 16+120+251=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #1078FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1078FB is #EF8704. Grayscale: #676767. Windows color (decimal): -15697669 or 16480272. OLE color: 16480272.
HSL color Cylindrical-coordinate representation of color #1078FB: hue angle of 213.45º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1078FB is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 120 | 251 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.02 |
| HSL | 213.45º | 0.97% | 0.52% | - |
| HSV(B) | 213.45º | 0.94% | 0.98% | - |
| XYZ | 24.34 | 20.51 | 93.94 | - |
| YUV | 103.84 | 211.04 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 251 | 0.94 | 0.52 | 0 | 0.02 | 213.45 | 0.97 | 0.52 |
| Hex | 10 | 78 | FB | 5E | 34 | 0 | 2 | D5 | 61 | 34 |
| Octal | 20 | 170 | 373 | 136 | 64 | 0 | 2 | 325 | 141 | 64 |
| Binary | 10000 | 1111000 | 11111011 | 1011110 | 110100 | 0 | 10 | 11010101 | 1100001 | 110100 |
Color Harmonies of #1078FB
Complementary color
Monochromatic Colors of #1078FB
Black with #1078FB
Text Example
Text Example
White with #1078FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1078FB; }
p { color: rgb(16,120,251); }
H1.HeaderClassName
{
color: #1078FB;
}
.AnyTagClassName
{
color: #1078FB;
}
</style>
background-color css
<style>
a { background-color: #1078FB; }
a { background-color: rgb(16,120,251); }
div.DivClassName
{
background-color: #1078FB;
}
.BgClassName
{
background-color: #1078FB;
}
</style>
border-color css
<style>
span { border-color: #1078FB; }
span { border-color: rgb(16,120,251); }
td.TdClassName
{
border-color: #1078FB;
}
.TagClassName
{
border-color: #1078FB;
}
</style>