Shades of Dodger Blue #1077FB
Tints of Dodger Blue #1077FB
RGB
CMYK
RGB Variations
Color information
#1077FB (or 0x1077FB) is known color: Dodger Blue. HEX triplet: 10, 77 and FB. RGB value is (16,119,251). Sum of RGB (Red+Green+Blue) = 16+119+251=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #1077FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1077FB is #EF8804. Grayscale: #666666. Windows color (decimal): -15697925 or 16480016. OLE color: 16480016.
HSL color Cylindrical-coordinate representation of color #1077FB: hue angle of 213.7º 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 #1077FB is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 119 | 251 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.02 |
| HSL | 213.7º | 0.97% | 0.52% | - |
| HSV(B) | 213.7º | 0.94% | 0.98% | - |
| XYZ | 24.22 | 20.27 | 93.9 | - |
| YUV | 103.25 | 211.38 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 251 | 0.94 | 0.53 | 0 | 0.02 | 213.7 | 0.97 | 0.52 |
| Hex | 10 | 77 | FB | 5E | 35 | 0 | 2 | D6 | 61 | 34 |
| Octal | 20 | 167 | 373 | 136 | 65 | 0 | 2 | 326 | 141 | 64 |
| Binary | 10000 | 1110111 | 11111011 | 1011110 | 110101 | 0 | 10 | 11010110 | 1100001 | 110100 |
Color Harmonies of #1077FB
Complementary color
Monochromatic Colors of #1077FB
Black with #1077FB
Text Example
Text Example
White with #1077FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1077FB; }
p { color: rgb(16,119,251); }
H1.HeaderClassName
{
color: #1077FB;
}
.AnyTagClassName
{
color: #1077FB;
}
</style>
background-color css
<style>
a { background-color: #1077FB; }
a { background-color: rgb(16,119,251); }
div.DivClassName
{
background-color: #1077FB;
}
.BgClassName
{
background-color: #1077FB;
}
</style>
border-color css
<style>
span { border-color: #1077FB; }
span { border-color: rgb(16,119,251); }
td.TdClassName
{
border-color: #1077FB;
}
.TagClassName
{
border-color: #1077FB;
}
</style>