Shades of Dodger Blue #109EFB
Tints of Dodger Blue #109EFB
RGB
CMYK
RGB Variations
Color information
#109EFB (or 0x109EFB) is known color: Dodger Blue. HEX triplet: 10, 9E and FB. RGB value is (16,158,251). Sum of RGB (Red+Green+Blue) = 16+158+251=425 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #109EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109EFB is #EF6104. Grayscale: #7D7D7D. Windows color (decimal): -15687941 or 16490000. OLE color: 16490000.
HSL color Cylindrical-coordinate representation of color #109EFB: hue angle of 203.74º 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 #109EFB is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 158 | 251 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.02 |
| HSL | 203.74º | 0.97% | 0.52% | - |
| HSV(B) | 203.74º | 0.94% | 0.98% | - |
| XYZ | 29.85 | 31.53 | 95.78 | - |
| YUV | 126.14 | 198.46 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 251 | 0.94 | 0.37 | 0 | 0.02 | 203.74 | 0.97 | 0.52 |
| Hex | 10 | 9E | FB | 5E | 25 | 0 | 2 | CC | 61 | 34 |
| Octal | 20 | 236 | 373 | 136 | 45 | 0 | 2 | 314 | 141 | 64 |
| Binary | 10000 | 10011110 | 11111011 | 1011110 | 100101 | 0 | 10 | 11001100 | 1100001 | 110100 |
Color Harmonies of #109EFB
Complementary color
Monochromatic Colors of #109EFB
Black with #109EFB
Text Example
Text Example
White with #109EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109EFB; }
p { color: rgb(16,158,251); }
H1.HeaderClassName
{
color: #109EFB;
}
.AnyTagClassName
{
color: #109EFB;
}
</style>
background-color css
<style>
a { background-color: #109EFB; }
a { background-color: rgb(16,158,251); }
div.DivClassName
{
background-color: #109EFB;
}
.BgClassName
{
background-color: #109EFB;
}
</style>
border-color css
<style>
span { border-color: #109EFB; }
span { border-color: rgb(16,158,251); }
td.TdClassName
{
border-color: #109EFB;
}
.TagClassName
{
border-color: #109EFB;
}
</style>