Shades of Dodger Blue #109CF2
Tints of Dodger Blue #109CF2
RGB
CMYK
RGB Variations
Color information
#109CF2 (or 0x109CF2) is known color: Dodger Blue. HEX triplet: 10, 9C and F2. RGB value is (16,156,242). Sum of RGB (Red+Green+Blue) = 16+156+242=414 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 242 (94.92% from 255 or 58.45% from 414); Max value from RGB is 242 - color contains mainly: blue. Hex color #109CF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109CF2 is #EF630D. Grayscale: #7B7B7B. Windows color (decimal): -15688462 or 15899664. OLE color: 15899664.
HSL color Cylindrical-coordinate representation of color #109CF2: hue angle of 202.83º 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 #109CF2 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 156 | 242 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.05 |
| HSL | 202.83º | 0.9% | 0.51% | - |
| HSV(B) | 202.83º | 0.93% | 0.95% | - |
| XYZ | 28.13 | 30.3 | 88.37 | - |
| YUV | 123.94 | 194.62 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 242 | 0.93 | 0.36 | 0 | 0.05 | 202.83 | 0.9 | 0.51 |
| Hex | 10 | 9C | F2 | 5D | 24 | 0 | 5 | CB | 5A | 33 |
| Octal | 20 | 234 | 362 | 135 | 44 | 0 | 5 | 313 | 132 | 63 |
| Binary | 10000 | 10011100 | 11110010 | 1011101 | 100100 | 0 | 101 | 11001011 | 1011010 | 110011 |
Color Harmonies of #109CF2
Complementary color
Monochromatic Colors of #109CF2
Black with #109CF2
Text Example
Text Example
White with #109CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109CF2; }
p { color: rgb(16,156,242); }
H1.HeaderClassName
{
color: #109CF2;
}
.AnyTagClassName
{
color: #109CF2;
}
</style>
background-color css
<style>
a { background-color: #109CF2; }
a { background-color: rgb(16,156,242); }
div.DivClassName
{
background-color: #109CF2;
}
.BgClassName
{
background-color: #109CF2;
}
</style>
border-color css
<style>
span { border-color: #109CF2; }
span { border-color: rgb(16,156,242); }
td.TdClassName
{
border-color: #109CF2;
}
.TagClassName
{
border-color: #109CF2;
}
</style>