Shades of Dodger Blue #1B6DFE
Tints of Dodger Blue #1B6DFE
RGB
CMYK
RGB Variations
Color information
#1B6DFE (or 0x1B6DFE) is known color: Dodger Blue. HEX triplet: 1B, 6D and FE. RGB value is (27,109,254). Sum of RGB (Red+Green+Blue) = 27+109+254=390 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.92% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B6DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6DFE is #E49201. Grayscale: #646464. Windows color (decimal): -14979586 or 16674075. OLE color: 16674075.
HSL color Cylindrical-coordinate representation of color #1B6DFE: hue angle of 218.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B6DFE is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 109 | 254 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.00 |
| HSL | 218.33º | 0.99% | 0.55% | - |
| HSV(B) | 218.33º | 0.89% | 1% | - |
| XYZ | 23.81 | 18.33 | 96.05 | - |
| YUV | 101.01 | 214.33 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 109 | 254 | 0.89 | 0.57 | 0 | 0.00 | 218.33 | 0.99 | 0.55 |
| Hex | 1B | 6D | FE | 59 | 39 | 0 | 0 | DA | 63 | 37 |
| Octal | 33 | 155 | 376 | 131 | 71 | 0 | 0 | 332 | 143 | 67 |
| Binary | 11011 | 1101101 | 11111110 | 1011001 | 111001 | 0 | 0 | 11011010 | 1100011 | 110111 |
Color Harmonies of #1B6DFE
Complementary color
Monochromatic Colors of #1B6DFE
Black with #1B6DFE
Text Example
Text Example
White with #1B6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6DFE; }
p { color: rgb(27,109,254); }
H1.HeaderClassName
{
color: #1B6DFE;
}
.AnyTagClassName
{
color: #1B6DFE;
}
</style>
background-color css
<style>
a { background-color: #1B6DFE; }
a { background-color: rgb(27,109,254); }
div.DivClassName
{
background-color: #1B6DFE;
}
.BgClassName
{
background-color: #1B6DFE;
}
</style>
border-color css
<style>
span { border-color: #1B6DFE; }
span { border-color: rgb(27,109,254); }
td.TdClassName
{
border-color: #1B6DFE;
}
.TagClassName
{
border-color: #1B6DFE;
}
</style>