Shades of Dodger Blue #1096FB
Tints of Dodger Blue #1096FB
RGB
CMYK
RGB Variations
Color information
#1096FB (or 0x1096FB) is known color: Dodger Blue. HEX triplet: 10, 96 and FB. RGB value is (16,150,251). Sum of RGB (Red+Green+Blue) = 16+150+251=417 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.84% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #1096FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1096FB is #EF6904. Grayscale: #787878. Windows color (decimal): -15689989 or 16487952. OLE color: 16487952.
HSL color Cylindrical-coordinate representation of color #1096FB: hue angle of 205.79º 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 #1096FB is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 150 | 251 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.02 |
| HSL | 205.79º | 0.97% | 0.52% | - |
| HSV(B) | 205.79º | 0.94% | 0.98% | - |
| XYZ | 28.53 | 28.89 | 95.34 | - |
| YUV | 121.45 | 201.11 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 251 | 0.94 | 0.40 | 0 | 0.02 | 205.79 | 0.97 | 0.52 |
| Hex | 10 | 96 | FB | 5E | 28 | 0 | 2 | CE | 61 | 34 |
| Octal | 20 | 226 | 373 | 136 | 50 | 0 | 2 | 316 | 141 | 64 |
| Binary | 10000 | 10010110 | 11111011 | 1011110 | 101000 | 0 | 10 | 11001110 | 1100001 | 110100 |
Color Harmonies of #1096FB
Complementary color
Monochromatic Colors of #1096FB
Black with #1096FB
Text Example
Text Example
White with #1096FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1096FB; }
p { color: rgb(16,150,251); }
H1.HeaderClassName
{
color: #1096FB;
}
.AnyTagClassName
{
color: #1096FB;
}
</style>
background-color css
<style>
a { background-color: #1096FB; }
a { background-color: rgb(16,150,251); }
div.DivClassName
{
background-color: #1096FB;
}
.BgClassName
{
background-color: #1096FB;
}
</style>
border-color css
<style>
span { border-color: #1096FB; }
span { border-color: rgb(16,150,251); }
td.TdClassName
{
border-color: #1096FB;
}
.TagClassName
{
border-color: #1096FB;
}
</style>