Shades of Dodger Blue #1B73FF
Tints of Dodger Blue #1B73FF
RGB
CMYK
RGB Variations
Color information
#1B73FF (or 0x1B73FF) is known color: Dodger Blue. HEX triplet: 1B, 73 and FF. RGB value is (27,115,255). Sum of RGB (Red+Green+Blue) = 27+115+255=397 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.80% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B73FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B73FF is #E48C00. Grayscale: #676767. Windows color (decimal): -14978049 or 16741147. OLE color: 16741147.
HSL color Cylindrical-coordinate representation of color #1B73FF: hue angle of 216.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B73FF is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 115 | 255 | - |
| CMYK | 0.89 | 0.55 | 0 | 0 |
| HSL | 216.84º | 1% | 0.55% | - |
| HSV(B) | 216.84º | 0.89% | 1% | - |
| XYZ | 24.63 | 19.71 | 97.11 | - |
| YUV | 104.65 | 212.85 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 255 | 0.89 | 0.55 | 0 | 0 | 216.84 | 1 | 0.55 |
| Hex | 1B | 73 | FF | 59 | 37 | 0 | 0 | D9 | 64 | 37 |
| Octal | 33 | 163 | 377 | 131 | 67 | 0 | 0 | 331 | 144 | 67 |
| Binary | 11011 | 1110011 | 11111111 | 1011001 | 110111 | 0 | 0 | 11011001 | 1100100 | 110111 |
Color Harmonies of #1B73FF
Complementary color
Monochromatic Colors of #1B73FF
Black with #1B73FF
Text Example
Text Example
White with #1B73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B73FF; }
p { color: rgb(27,115,255); }
H1.HeaderClassName
{
color: #1B73FF;
}
.AnyTagClassName
{
color: #1B73FF;
}
</style>
background-color css
<style>
a { background-color: #1B73FF; }
a { background-color: rgb(27,115,255); }
div.DivClassName
{
background-color: #1B73FF;
}
.BgClassName
{
background-color: #1B73FF;
}
</style>
border-color css
<style>
span { border-color: #1B73FF; }
span { border-color: rgb(27,115,255); }
td.TdClassName
{
border-color: #1B73FF;
}
.TagClassName
{
border-color: #1B73FF;
}
</style>