Shades of Dodger Blue #109AFB
Tints of Dodger Blue #109AFB
RGB
CMYK
RGB Variations
Color information
#109AFB (or 0x109AFB) is known color: Dodger Blue. HEX triplet: 10, 9A and FB. RGB value is (16,154,251). Sum of RGB (Red+Green+Blue) = 16+154+251=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #109AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109AFB is #EF6504. Grayscale: #7B7B7B. Windows color (decimal): -15688965 or 16488976. OLE color: 16488976.
HSL color Cylindrical-coordinate representation of color #109AFB: hue angle of 204.77º 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 #109AFB is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 154 | 251 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.02 |
| HSL | 204.77º | 0.97% | 0.52% | - |
| HSV(B) | 204.77º | 0.94% | 0.98% | - |
| XYZ | 29.18 | 30.19 | 95.56 | - |
| YUV | 123.8 | 199.78 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 251 | 0.94 | 0.39 | 0 | 0.02 | 204.77 | 0.97 | 0.52 |
| Hex | 10 | 9A | FB | 5E | 27 | 0 | 2 | CD | 61 | 34 |
| Octal | 20 | 232 | 373 | 136 | 47 | 0 | 2 | 315 | 141 | 64 |
| Binary | 10000 | 10011010 | 11111011 | 1011110 | 100111 | 0 | 10 | 11001101 | 1100001 | 110100 |
Color Harmonies of #109AFB
Complementary color
Monochromatic Colors of #109AFB
Black with #109AFB
Text Example
Text Example
White with #109AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109AFB; }
p { color: rgb(16,154,251); }
H1.HeaderClassName
{
color: #109AFB;
}
.AnyTagClassName
{
color: #109AFB;
}
</style>
background-color css
<style>
a { background-color: #109AFB; }
a { background-color: rgb(16,154,251); }
div.DivClassName
{
background-color: #109AFB;
}
.BgClassName
{
background-color: #109AFB;
}
</style>
border-color css
<style>
span { border-color: #109AFB; }
span { border-color: rgb(16,154,251); }
td.TdClassName
{
border-color: #109AFB;
}
.TagClassName
{
border-color: #109AFB;
}
</style>