Shades of Dodger Blue #109AF8
Tints of Dodger Blue #109AF8
RGB
CMYK
RGB Variations
Color information
#109AF8 (or 0x109AF8) is known color: Dodger Blue. HEX triplet: 10, 9A and F8. RGB value is (16,154,248). Sum of RGB (Red+Green+Blue) = 16+154+248=418 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.83% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 248 (97.27% from 255 or 59.33% from 418); Max value from RGB is 248 - color contains mainly: blue. Hex color #109AF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109AF8 is #EF6507. Grayscale: #7A7A7A. Windows color (decimal): -15688968 or 16292368. OLE color: 16292368.
HSL color Cylindrical-coordinate representation of color #109AF8: hue angle of 204.31º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #109AF8 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 154 | 248 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.03 |
| HSL | 204.31º | 0.94% | 0.52% | - |
| HSV(B) | 204.31º | 0.94% | 0.97% | - |
| XYZ | 28.71 | 30 | 93.08 | - |
| YUV | 123.45 | 198.28 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 248 | 0.94 | 0.38 | 0 | 0.03 | 204.31 | 0.94 | 0.52 |
| Hex | 10 | 9A | F8 | 5E | 26 | 0 | 3 | CC | 5E | 34 |
| Octal | 20 | 232 | 370 | 136 | 46 | 0 | 3 | 314 | 136 | 64 |
| Binary | 10000 | 10011010 | 11111000 | 1011110 | 100110 | 0 | 11 | 11001100 | 1011110 | 110100 |
Color Harmonies of #109AF8
Complementary color
Monochromatic Colors of #109AF8
Black with #109AF8
Text Example
Text Example
White with #109AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109AF8; }
p { color: rgb(16,154,248); }
H1.HeaderClassName
{
color: #109AF8;
}
.AnyTagClassName
{
color: #109AF8;
}
</style>
background-color css
<style>
a { background-color: #109AF8; }
a { background-color: rgb(16,154,248); }
div.DivClassName
{
background-color: #109AF8;
}
.BgClassName
{
background-color: #109AF8;
}
</style>
border-color css
<style>
span { border-color: #109AF8; }
span { border-color: rgb(16,154,248); }
td.TdClassName
{
border-color: #109AF8;
}
.TagClassName
{
border-color: #109AF8;
}
</style>