Shades of Dodger Blue #1B73FA
Tints of Dodger Blue #1B73FA
RGB
CMYK
RGB Variations
Color information
#1B73FA (or 0x1B73FA) is known color: Dodger Blue. HEX triplet: 1B, 73 and FA. RGB value is (27,115,250). Sum of RGB (Red+Green+Blue) = 27+115+250=392 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.89% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B73FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B73FA is #E48C05. Grayscale: #676767. Windows color (decimal): -14978054 or 16413467. OLE color: 16413467.
HSL color Cylindrical-coordinate representation of color #1B73FA: hue angle of 216.32º 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 #1B73FA is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 115 | 250 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.02 |
| HSL | 216.32º | 0.96% | 0.54% | - |
| HSV(B) | 216.32º | 0.89% | 0.98% | - |
| XYZ | 23.84 | 19.4 | 92.93 | - |
| YUV | 104.08 | 210.35 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 250 | 0.89 | 0.54 | 0 | 0.02 | 216.32 | 0.96 | 0.54 |
| Hex | 1B | 73 | FA | 59 | 36 | 0 | 2 | D8 | 60 | 36 |
| Octal | 33 | 163 | 372 | 131 | 66 | 0 | 2 | 330 | 140 | 66 |
| Binary | 11011 | 1110011 | 11111010 | 1011001 | 110110 | 0 | 10 | 11011000 | 1100000 | 110110 |
Color Harmonies of #1B73FA
Complementary color
Monochromatic Colors of #1B73FA
Black with #1B73FA
Text Example
Text Example
White with #1B73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B73FA; }
p { color: rgb(27,115,250); }
H1.HeaderClassName
{
color: #1B73FA;
}
.AnyTagClassName
{
color: #1B73FA;
}
</style>
background-color css
<style>
a { background-color: #1B73FA; }
a { background-color: rgb(27,115,250); }
div.DivClassName
{
background-color: #1B73FA;
}
.BgClassName
{
background-color: #1B73FA;
}
</style>
border-color css
<style>
span { border-color: #1B73FA; }
span { border-color: rgb(27,115,250); }
td.TdClassName
{
border-color: #1B73FA;
}
.TagClassName
{
border-color: #1B73FA;
}
</style>