Shades of Dodger Blue #1B77FA
Tints of Dodger Blue #1B77FA
RGB
CMYK
RGB Variations
Color information
#1B77FA (or 0x1B77FA) is known color: Dodger Blue. HEX triplet: 1B, 77 and FA. RGB value is (27,119,250). Sum of RGB (Red+Green+Blue) = 27+119+250=396 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.82% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B77FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B77FA is #E48805. Grayscale: #696969. Windows color (decimal): -14977030 or 16414491. OLE color: 16414491.
HSL color Cylindrical-coordinate representation of color #1B77FA: hue angle of 215.25º 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 #1B77FA is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 119 | 250 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.02 |
| HSL | 215.25º | 0.96% | 0.54% | - |
| HSV(B) | 215.25º | 0.89% | 0.98% | - |
| XYZ | 24.3 | 20.33 | 93.09 | - |
| YUV | 106.43 | 209.02 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 119 | 250 | 0.89 | 0.52 | 0 | 0.02 | 215.25 | 0.96 | 0.54 |
| Hex | 1B | 77 | FA | 59 | 34 | 0 | 2 | D7 | 60 | 36 |
| Octal | 33 | 167 | 372 | 131 | 64 | 0 | 2 | 327 | 140 | 66 |
| Binary | 11011 | 1110111 | 11111010 | 1011001 | 110100 | 0 | 10 | 11010111 | 1100000 | 110110 |
Color Harmonies of #1B77FA
Complementary color
Monochromatic Colors of #1B77FA
Black with #1B77FA
Text Example
Text Example
White with #1B77FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B77FA; }
p { color: rgb(27,119,250); }
H1.HeaderClassName
{
color: #1B77FA;
}
.AnyTagClassName
{
color: #1B77FA;
}
</style>
background-color css
<style>
a { background-color: #1B77FA; }
a { background-color: rgb(27,119,250); }
div.DivClassName
{
background-color: #1B77FA;
}
.BgClassName
{
background-color: #1B77FA;
}
</style>
border-color css
<style>
span { border-color: #1B77FA; }
span { border-color: rgb(27,119,250); }
td.TdClassName
{
border-color: #1B77FA;
}
.TagClassName
{
border-color: #1B77FA;
}
</style>