Shades of Dodger Blue #109CFC
Tints of Dodger Blue #109CFC
RGB
CMYK
RGB Variations
Color information
#109CFC (or 0x109CFC) is known color: Dodger Blue. HEX triplet: 10, 9C and FC. RGB value is (16,156,252). Sum of RGB (Red+Green+Blue) = 16+156+252=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #109CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109CFC is #EF6303. Grayscale: #7C7C7C. Windows color (decimal): -15688452 or 16555024. OLE color: 16555024.
HSL color Cylindrical-coordinate representation of color #109CFC: hue angle of 204.41º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #109CFC is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 156 | 252 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.01 |
| HSL | 204.41º | 0.98% | 0.53% | - |
| HSV(B) | 204.41º | 0.94% | 0.99% | - |
| XYZ | 29.67 | 30.92 | 96.5 | - |
| YUV | 125.08 | 199.62 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 252 | 0.94 | 0.38 | 0 | 0.01 | 204.41 | 0.98 | 0.53 |
| Hex | 10 | 9C | FC | 5E | 26 | 0 | 1 | CC | 62 | 35 |
| Octal | 20 | 234 | 374 | 136 | 46 | 0 | 1 | 314 | 142 | 65 |
| Binary | 10000 | 10011100 | 11111100 | 1011110 | 100110 | 0 | 1 | 11001100 | 1100010 | 110101 |
Color Harmonies of #109CFC
Complementary color
Monochromatic Colors of #109CFC
Black with #109CFC
Text Example
Text Example
White with #109CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109CFC; }
p { color: rgb(16,156,252); }
H1.HeaderClassName
{
color: #109CFC;
}
.AnyTagClassName
{
color: #109CFC;
}
</style>
background-color css
<style>
a { background-color: #109CFC; }
a { background-color: rgb(16,156,252); }
div.DivClassName
{
background-color: #109CFC;
}
.BgClassName
{
background-color: #109CFC;
}
</style>
border-color css
<style>
span { border-color: #109CFC; }
span { border-color: rgb(16,156,252); }
td.TdClassName
{
border-color: #109CFC;
}
.TagClassName
{
border-color: #109CFC;
}
</style>