Shades of Dodger Blue #1B7EFA
Tints of Dodger Blue #1B7EFA
RGB
CMYK
RGB Variations
Color information
#1B7EFA (or 0x1B7EFA) is known color: Dodger Blue. HEX triplet: 1B, 7E and FA. RGB value is (27,126,250). Sum of RGB (Red+Green+Blue) = 27+126+250=403 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.70% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B7EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7EFA is #E48105. Grayscale: #6D6D6D. Windows color (decimal): -14975238 or 16416283. OLE color: 16416283.
HSL color Cylindrical-coordinate representation of color #1B7EFA: hue angle of 213.36º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B7EFA is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 126 | 250 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.02 |
| HSL | 213.36º | 0.96% | 0.54% | - |
| HSV(B) | 213.36º | 0.89% | 0.98% | - |
| XYZ | 25.17 | 22.06 | 93.37 | - |
| YUV | 110.54 | 206.7 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 126 | 250 | 0.89 | 0.50 | 0 | 0.02 | 213.36 | 0.96 | 0.54 |
| Hex | 1B | 7E | FA | 59 | 32 | 0 | 2 | D5 | 60 | 36 |
| Octal | 33 | 176 | 372 | 131 | 62 | 0 | 2 | 325 | 140 | 66 |
| Binary | 11011 | 1111110 | 11111010 | 1011001 | 110010 | 0 | 10 | 11010101 | 1100000 | 110110 |
Color Harmonies of #1B7EFA
Complementary color
Monochromatic Colors of #1B7EFA
Black with #1B7EFA
Text Example
Text Example
White with #1B7EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7EFA; }
p { color: rgb(27,126,250); }
H1.HeaderClassName
{
color: #1B7EFA;
}
.AnyTagClassName
{
color: #1B7EFA;
}
</style>
background-color css
<style>
a { background-color: #1B7EFA; }
a { background-color: rgb(27,126,250); }
div.DivClassName
{
background-color: #1B7EFA;
}
.BgClassName
{
background-color: #1B7EFA;
}
</style>
border-color css
<style>
span { border-color: #1B7EFA; }
span { border-color: rgb(27,126,250); }
td.TdClassName
{
border-color: #1B7EFA;
}
.TagClassName
{
border-color: #1B7EFA;
}
</style>