Shades of Dodger Blue #109FEA
Tints of Dodger Blue #109FEA
RGB
CMYK
RGB Variations
Color information
#109FEA (or 0x109FEA) is known color: Dodger Blue. HEX triplet: 10, 9F and EA. RGB value is (16,159,234). Sum of RGB (Red+Green+Blue) = 16+159+234=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #109FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109FEA is #EF6015. Grayscale: #7C7C7C. Windows color (decimal): -15687702 or 15376144. OLE color: 15376144.
HSL color Cylindrical-coordinate representation of color #109FEA: hue angle of 200.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109FEA is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 159 | 234 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.08 |
| HSL | 200.64º | 0.87% | 0.49% | - |
| HSV(B) | 200.64º | 0.93% | 0.92% | - |
| XYZ | 27.46 | 30.85 | 82.35 | - |
| YUV | 124.79 | 189.62 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 234 | 0.93 | 0.32 | 0 | 0.08 | 200.64 | 0.87 | 0.49 |
| Hex | 10 | 9F | EA | 5D | 20 | 0 | 8 | C9 | 57 | 31 |
| Octal | 20 | 237 | 352 | 135 | 40 | 0 | 10 | 311 | 127 | 61 |
| Binary | 10000 | 10011111 | 11101010 | 1011101 | 100000 | 0 | 1000 | 11001001 | 1010111 | 110001 |
Color Harmonies of #109FEA
Complementary color
Monochromatic Colors of #109FEA
Black with #109FEA
Text Example
Text Example
White with #109FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FEA; }
p { color: rgb(16,159,234); }
H1.HeaderClassName
{
color: #109FEA;
}
.AnyTagClassName
{
color: #109FEA;
}
</style>
background-color css
<style>
a { background-color: #109FEA; }
a { background-color: rgb(16,159,234); }
div.DivClassName
{
background-color: #109FEA;
}
.BgClassName
{
background-color: #109FEA;
}
</style>
border-color css
<style>
span { border-color: #109FEA; }
span { border-color: rgb(16,159,234); }
td.TdClassName
{
border-color: #109FEA;
}
.TagClassName
{
border-color: #109FEA;
}
</style>