Shades of Dodger Blue #1077FC
Tints of Dodger Blue #1077FC
RGB
CMYK
RGB Variations
Color information
#1077FC (or 0x1077FC) is known color: Dodger Blue. HEX triplet: 10, 77 and FC. RGB value is (16,119,252). Sum of RGB (Red+Green+Blue) = 16+119+252=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #1077FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1077FC is #EF8803. Grayscale: #666666. Windows color (decimal): -15697924 or 16545552. OLE color: 16545552.
HSL color Cylindrical-coordinate representation of color #1077FC: hue angle of 213.81º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1077FC is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 119 | 252 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.01 |
| HSL | 213.81º | 0.98% | 0.53% | - |
| HSV(B) | 213.81º | 0.94% | 0.99% | - |
| XYZ | 24.38 | 20.33 | 94.73 | - |
| YUV | 103.37 | 211.88 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 252 | 0.94 | 0.53 | 0 | 0.01 | 213.81 | 0.98 | 0.53 |
| Hex | 10 | 77 | FC | 5E | 35 | 0 | 1 | D6 | 62 | 35 |
| Octal | 20 | 167 | 374 | 136 | 65 | 0 | 1 | 326 | 142 | 65 |
| Binary | 10000 | 1110111 | 11111100 | 1011110 | 110101 | 0 | 1 | 11010110 | 1100010 | 110101 |
Color Harmonies of #1077FC
Complementary color
Monochromatic Colors of #1077FC
Black with #1077FC
Text Example
Text Example
White with #1077FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1077FC; }
p { color: rgb(16,119,252); }
H1.HeaderClassName
{
color: #1077FC;
}
.AnyTagClassName
{
color: #1077FC;
}
</style>
background-color css
<style>
a { background-color: #1077FC; }
a { background-color: rgb(16,119,252); }
div.DivClassName
{
background-color: #1077FC;
}
.BgClassName
{
background-color: #1077FC;
}
</style>
border-color css
<style>
span { border-color: #1077FC; }
span { border-color: rgb(16,119,252); }
td.TdClassName
{
border-color: #1077FC;
}
.TagClassName
{
border-color: #1077FC;
}
</style>