Shades of Dodger Blue #1075FB
Tints of Dodger Blue #1075FB
RGB
CMYK
RGB Variations
Color information
#1075FB (or 0x1075FB) is known color: Dodger Blue. HEX triplet: 10, 75 and FB. RGB value is (16,117,251). Sum of RGB (Red+Green+Blue) = 16+117+251=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #1075FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1075FB is #EF8A04. Grayscale: #656565. Windows color (decimal): -15698437 or 16479504. OLE color: 16479504.
HSL color Cylindrical-coordinate representation of color #1075FB: hue angle of 214.21º 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 #1075FB is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 117 | 251 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.02 |
| HSL | 214.21º | 0.97% | 0.52% | - |
| HSV(B) | 214.21º | 0.94% | 0.98% | - |
| XYZ | 23.99 | 19.8 | 93.82 | - |
| YUV | 102.08 | 212.04 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 251 | 0.94 | 0.53 | 0 | 0.02 | 214.21 | 0.97 | 0.52 |
| Hex | 10 | 75 | FB | 5E | 35 | 0 | 2 | D6 | 61 | 34 |
| Octal | 20 | 165 | 373 | 136 | 65 | 0 | 2 | 326 | 141 | 64 |
| Binary | 10000 | 1110101 | 11111011 | 1011110 | 110101 | 0 | 10 | 11010110 | 1100001 | 110100 |
Color Harmonies of #1075FB
Complementary color
Monochromatic Colors of #1075FB
Black with #1075FB
Text Example
Text Example
White with #1075FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1075FB; }
p { color: rgb(16,117,251); }
H1.HeaderClassName
{
color: #1075FB;
}
.AnyTagClassName
{
color: #1075FB;
}
</style>
background-color css
<style>
a { background-color: #1075FB; }
a { background-color: rgb(16,117,251); }
div.DivClassName
{
background-color: #1075FB;
}
.BgClassName
{
background-color: #1075FB;
}
</style>
border-color css
<style>
span { border-color: #1075FB; }
span { border-color: rgb(16,117,251); }
td.TdClassName
{
border-color: #1075FB;
}
.TagClassName
{
border-color: #1075FB;
}
</style>