Shades of Dodger Blue #109EF3
Tints of Dodger Blue #109EF3
RGB
CMYK
RGB Variations
Color information
#109EF3 (or 0x109EF3) is known color: Dodger Blue. HEX triplet: 10, 9E and F3. RGB value is (16,158,243). Sum of RGB (Red+Green+Blue) = 16+158+243=417 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.84% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #109EF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109EF3 is #EF610C. Grayscale: #7C7C7C. Windows color (decimal): -15687949 or 15965712. OLE color: 15965712.
HSL color Cylindrical-coordinate representation of color #109EF3: hue angle of 202.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109EF3 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 158 | 243 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.05 |
| HSL | 202.47º | 0.9% | 0.51% | - |
| HSV(B) | 202.47º | 0.93% | 0.95% | - |
| XYZ | 28.62 | 31.03 | 89.28 | - |
| YUV | 125.23 | 194.46 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 243 | 0.93 | 0.35 | 0 | 0.05 | 202.47 | 0.9 | 0.51 |
| Hex | 10 | 9E | F3 | 5D | 23 | 0 | 5 | CA | 5A | 33 |
| Octal | 20 | 236 | 363 | 135 | 43 | 0 | 5 | 312 | 132 | 63 |
| Binary | 10000 | 10011110 | 11110011 | 1011101 | 100011 | 0 | 101 | 11001010 | 1011010 | 110011 |
Color Harmonies of #109EF3
Complementary color
Monochromatic Colors of #109EF3
Black with #109EF3
Text Example
Text Example
White with #109EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109EF3; }
p { color: rgb(16,158,243); }
H1.HeaderClassName
{
color: #109EF3;
}
.AnyTagClassName
{
color: #109EF3;
}
</style>
background-color css
<style>
a { background-color: #109EF3; }
a { background-color: rgb(16,158,243); }
div.DivClassName
{
background-color: #109EF3;
}
.BgClassName
{
background-color: #109EF3;
}
</style>
border-color css
<style>
span { border-color: #109EF3; }
span { border-color: rgb(16,158,243); }
td.TdClassName
{
border-color: #109EF3;
}
.TagClassName
{
border-color: #109EF3;
}
</style>