Shades of Dodger Blue #1A77FB
Tints of Dodger Blue #1A77FB
RGB
CMYK
RGB Variations
Color information
#1A77FB (or 0x1A77FB) is known color: Dodger Blue. HEX triplet: 1A, 77 and FB. RGB value is (26,119,251). Sum of RGB (Red+Green+Blue) = 26+119+251=396 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.57% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A77FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A77FB is #E58804. Grayscale: #696969. Windows color (decimal): -15042565 or 16480026. OLE color: 16480026.
HSL color Cylindrical-coordinate representation of color #1A77FB: hue angle of 215.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A77FB is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 119 | 251 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.02 |
| HSL | 215.2º | 0.97% | 0.54% | - |
| HSV(B) | 215.2º | 0.9% | 0.98% | - |
| XYZ | 24.44 | 20.38 | 93.91 | - |
| YUV | 106.24 | 209.69 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 119 | 251 | 0.90 | 0.53 | 0 | 0.02 | 215.2 | 0.97 | 0.54 |
| Hex | 1A | 77 | FB | 5A | 35 | 0 | 2 | D7 | 61 | 36 |
| Octal | 32 | 167 | 373 | 132 | 65 | 0 | 2 | 327 | 141 | 66 |
| Binary | 11010 | 1110111 | 11111011 | 1011010 | 110101 | 0 | 10 | 11010111 | 1100001 | 110110 |
Color Harmonies of #1A77FB
Complementary color
Monochromatic Colors of #1A77FB
Black with #1A77FB
Text Example
Text Example
White with #1A77FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A77FB; }
p { color: rgb(26,119,251); }
H1.HeaderClassName
{
color: #1A77FB;
}
.AnyTagClassName
{
color: #1A77FB;
}
</style>
background-color css
<style>
a { background-color: #1A77FB; }
a { background-color: rgb(26,119,251); }
div.DivClassName
{
background-color: #1A77FB;
}
.BgClassName
{
background-color: #1A77FB;
}
</style>
border-color css
<style>
span { border-color: #1A77FB; }
span { border-color: rgb(26,119,251); }
td.TdClassName
{
border-color: #1A77FB;
}
.TagClassName
{
border-color: #1A77FB;
}
</style>