Shades of Dodger Blue #108AF1
Tints of Dodger Blue #108AF1
RGB
CMYK
RGB Variations
Color information
#108AF1 (or 0x108AF1) is known color: Dodger Blue. HEX triplet: 10, 8A and F1. RGB value is (16,138,241). Sum of RGB (Red+Green+Blue) = 16+138+241=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 241 (94.53% from 255 or 61.01% from 395); Max value from RGB is 241 - color contains mainly: blue. Hex color #108AF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #108AF1 is #EF750E. Grayscale: #707070. Windows color (decimal): -15693071 or 15829520. OLE color: 15829520.
HSL color Cylindrical-coordinate representation of color #108AF1: hue angle of 207.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #108AF1 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 138 | 241 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.05 |
| HSL | 207.47º | 0.89% | 0.5% | - |
| HSV(B) | 207.47º | 0.93% | 0.95% | - |
| XYZ | 25.18 | 24.64 | 86.65 | - |
| YUV | 113.26 | 200.08 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 138 | 241 | 0.93 | 0.43 | 0 | 0.05 | 207.47 | 0.89 | 0.5 |
| Hex | 10 | 8A | F1 | 5D | 2B | 0 | 5 | CF | 59 | 32 |
| Octal | 20 | 212 | 361 | 135 | 53 | 0 | 5 | 317 | 131 | 62 |
| Binary | 10000 | 10001010 | 11110001 | 1011101 | 101011 | 0 | 101 | 11001111 | 1011001 | 110010 |
Color Harmonies of #108AF1
Complementary color
Monochromatic Colors of #108AF1
Black with #108AF1
Text Example
Text Example
White with #108AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108AF1; }
p { color: rgb(16,138,241); }
H1.HeaderClassName
{
color: #108AF1;
}
.AnyTagClassName
{
color: #108AF1;
}
</style>
background-color css
<style>
a { background-color: #108AF1; }
a { background-color: rgb(16,138,241); }
div.DivClassName
{
background-color: #108AF1;
}
.BgClassName
{
background-color: #108AF1;
}
</style>
border-color css
<style>
span { border-color: #108AF1; }
span { border-color: rgb(16,138,241); }
td.TdClassName
{
border-color: #108AF1;
}
.TagClassName
{
border-color: #108AF1;
}
</style>