Shades of Dodger Blue #1B7DFE
Tints of Dodger Blue #1B7DFE
RGB
CMYK
RGB Variations
Color information
#1B7DFE (or 0x1B7DFE) is known color: Dodger Blue. HEX triplet: 1B, 7D and FE. RGB value is (27,125,254). Sum of RGB (Red+Green+Blue) = 27+125+254=406 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.65% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B7DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7DFE is #E48201. Grayscale: #6D6D6D. Windows color (decimal): -14975490 or 16678171. OLE color: 16678171.
HSL color Cylindrical-coordinate representation of color #1B7DFE: hue angle of 214.1º 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 #1B7DFE is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 125 | 254 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.00 |
| HSL | 214.1º | 0.99% | 0.55% | - |
| HSV(B) | 214.1º | 0.89% | 1% | - |
| XYZ | 25.68 | 22.06 | 96.67 | - |
| YUV | 110.4 | 209.03 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 125 | 254 | 0.89 | 0.51 | 0 | 0.00 | 214.1 | 0.99 | 0.55 |
| Hex | 1B | 7D | FE | 59 | 33 | 0 | 0 | D6 | 63 | 37 |
| Octal | 33 | 175 | 376 | 131 | 63 | 0 | 0 | 326 | 143 | 67 |
| Binary | 11011 | 1111101 | 11111110 | 1011001 | 110011 | 0 | 0 | 11010110 | 1100011 | 110111 |
Color Harmonies of #1B7DFE
Complementary color
Monochromatic Colors of #1B7DFE
Black with #1B7DFE
Text Example
Text Example
White with #1B7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7DFE; }
p { color: rgb(27,125,254); }
H1.HeaderClassName
{
color: #1B7DFE;
}
.AnyTagClassName
{
color: #1B7DFE;
}
</style>
background-color css
<style>
a { background-color: #1B7DFE; }
a { background-color: rgb(27,125,254); }
div.DivClassName
{
background-color: #1B7DFE;
}
.BgClassName
{
background-color: #1B7DFE;
}
</style>
border-color css
<style>
span { border-color: #1B7DFE; }
span { border-color: rgb(27,125,254); }
td.TdClassName
{
border-color: #1B7DFE;
}
.TagClassName
{
border-color: #1B7DFE;
}
</style>