Shades of Dodger Blue #1B6DF1
Tints of Dodger Blue #1B6DF1
RGB
CMYK
RGB Variations
Color information
#1B6DF1 (or 0x1B6DF1) is known color: Dodger Blue. HEX triplet: 1B, 6D and F1. RGB value is (27,109,241). Sum of RGB (Red+Green+Blue) = 27+109+241=377 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.16% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 241 (94.53% from 255 or 63.93% from 377); Max value from RGB is 241 - color contains mainly: blue. Hex color #1B6DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6DF1 is #E4920E. Grayscale: #626262. Windows color (decimal): -14979599 or 15822107. OLE color: 15822107.
HSL color Cylindrical-coordinate representation of color #1B6DF1: hue angle of 217.01º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B6DF1 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 109 | 241 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.05 |
| HSL | 217.01º | 0.88% | 0.53% | - |
| HSV(B) | 217.01º | 0.89% | 0.95% | - |
| XYZ | 21.8 | 17.52 | 85.45 | - |
| YUV | 99.53 | 207.83 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 109 | 241 | 0.89 | 0.55 | 0 | 0.05 | 217.01 | 0.88 | 0.53 |
| Hex | 1B | 6D | F1 | 59 | 37 | 0 | 5 | D9 | 58 | 35 |
| Octal | 33 | 155 | 361 | 131 | 67 | 0 | 5 | 331 | 130 | 65 |
| Binary | 11011 | 1101101 | 11110001 | 1011001 | 110111 | 0 | 101 | 11011001 | 1011000 | 110101 |
Color Harmonies of #1B6DF1
Complementary color
Monochromatic Colors of #1B6DF1
Black with #1B6DF1
Text Example
Text Example
White with #1B6DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6DF1; }
p { color: rgb(27,109,241); }
H1.HeaderClassName
{
color: #1B6DF1;
}
.AnyTagClassName
{
color: #1B6DF1;
}
</style>
background-color css
<style>
a { background-color: #1B6DF1; }
a { background-color: rgb(27,109,241); }
div.DivClassName
{
background-color: #1B6DF1;
}
.BgClassName
{
background-color: #1B6DF1;
}
</style>
border-color css
<style>
span { border-color: #1B6DF1; }
span { border-color: rgb(27,109,241); }
td.TdClassName
{
border-color: #1B6DF1;
}
.TagClassName
{
border-color: #1B6DF1;
}
</style>