Shades of Dodger Blue #1B73EC
Tints of Dodger Blue #1B73EC
RGB
CMYK
RGB Variations
Color information
#1B73EC (or 0x1B73EC) is known color: Dodger Blue. HEX triplet: 1B, 73 and EC. RGB value is (27,115,236). Sum of RGB (Red+Green+Blue) = 27+115+236=378 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.14% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #1B73EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B73EC is #E48C13. Grayscale: #656565. Windows color (decimal): -14978068 or 15495963. OLE color: 15495963.
HSL color Cylindrical-coordinate representation of color #1B73EC: hue angle of 214.74º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B73EC is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 115 | 236 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.07 |
| HSL | 214.74º | 0.85% | 0.52% | - |
| HSV(B) | 214.74º | 0.89% | 0.93% | - |
| XYZ | 21.72 | 18.55 | 81.79 | - |
| YUV | 102.48 | 203.35 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 236 | 0.89 | 0.51 | 0 | 0.07 | 214.74 | 0.85 | 0.52 |
| Hex | 1B | 73 | EC | 59 | 33 | 0 | 7 | D7 | 55 | 34 |
| Octal | 33 | 163 | 354 | 131 | 63 | 0 | 7 | 327 | 125 | 64 |
| Binary | 11011 | 1110011 | 11101100 | 1011001 | 110011 | 0 | 111 | 11010111 | 1010101 | 110100 |
Color Harmonies of #1B73EC
Complementary color
Monochromatic Colors of #1B73EC
Black with #1B73EC
Text Example
Text Example
White with #1B73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B73EC; }
p { color: rgb(27,115,236); }
H1.HeaderClassName
{
color: #1B73EC;
}
.AnyTagClassName
{
color: #1B73EC;
}
</style>
background-color css
<style>
a { background-color: #1B73EC; }
a { background-color: rgb(27,115,236); }
div.DivClassName
{
background-color: #1B73EC;
}
.BgClassName
{
background-color: #1B73EC;
}
</style>
border-color css
<style>
span { border-color: #1B73EC; }
span { border-color: rgb(27,115,236); }
td.TdClassName
{
border-color: #1B73EC;
}
.TagClassName
{
border-color: #1B73EC;
}
</style>