Shades of Dodger Blue #1095EF
Tints of Dodger Blue #1095EF
RGB
CMYK
RGB Variations
Color information
#1095EF (or 0x1095EF) is known color: Dodger Blue. HEX triplet: 10, 95 and EF. RGB value is (16,149,239). Sum of RGB (Red+Green+Blue) = 16+149+239=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #1095EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1095EF is #EF6A10. Grayscale: #777777. Windows color (decimal): -15690257 or 15701264. OLE color: 15701264.
HSL color Cylindrical-coordinate representation of color #1095EF: hue angle of 204.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1095EF is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 149 | 239 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.06 |
| HSL | 204.22º | 0.87% | 0.5% | - |
| HSV(B) | 204.22º | 0.93% | 0.94% | - |
| XYZ | 26.54 | 27.84 | 85.64 | - |
| YUV | 119.49 | 195.44 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 239 | 0.93 | 0.38 | 0 | 0.06 | 204.22 | 0.87 | 0.5 |
| Hex | 10 | 95 | EF | 5D | 26 | 0 | 6 | CC | 57 | 32 |
| Octal | 20 | 225 | 357 | 135 | 46 | 0 | 6 | 314 | 127 | 62 |
| Binary | 10000 | 10010101 | 11101111 | 1011101 | 100110 | 0 | 110 | 11001100 | 1010111 | 110010 |
Color Harmonies of #1095EF
Complementary color
Monochromatic Colors of #1095EF
Black with #1095EF
Text Example
Text Example
White with #1095EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1095EF; }
p { color: rgb(16,149,239); }
H1.HeaderClassName
{
color: #1095EF;
}
.AnyTagClassName
{
color: #1095EF;
}
</style>
background-color css
<style>
a { background-color: #1095EF; }
a { background-color: rgb(16,149,239); }
div.DivClassName
{
background-color: #1095EF;
}
.BgClassName
{
background-color: #1095EF;
}
</style>
border-color css
<style>
span { border-color: #1095EF; }
span { border-color: rgb(16,149,239); }
td.TdClassName
{
border-color: #1095EF;
}
.TagClassName
{
border-color: #1095EF;
}
</style>