Shades of Dodger Blue #1A73F0
Tints of Dodger Blue #1A73F0
RGB
CMYK
RGB Variations
Color information
#1A73F0 (or 0x1A73F0) is known color: Dodger Blue. HEX triplet: 1A, 73 and F0. RGB value is (26,115,240). Sum of RGB (Red+Green+Blue) = 26+115+240=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 240 (94.14% from 255 or 62.99% from 381); Max value from RGB is 240 - color contains mainly: blue. Hex color #1A73F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A73F0 is #E58C0F. Grayscale: #666666. Windows color (decimal): -15043600 or 15758106. OLE color: 15758106.
HSL color Cylindrical-coordinate representation of color #1A73F0: hue angle of 215.05º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A73F0 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 115 | 240 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.06 |
| HSL | 215.05º | 0.88% | 0.52% | - |
| HSV(B) | 215.05º | 0.89% | 0.94% | - |
| XYZ | 22.28 | 18.77 | 84.89 | - |
| YUV | 102.64 | 205.51 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 240 | 0.89 | 0.52 | 0 | 0.06 | 215.05 | 0.88 | 0.52 |
| Hex | 1A | 73 | F0 | 59 | 34 | 0 | 6 | D7 | 58 | 34 |
| Octal | 32 | 163 | 360 | 131 | 64 | 0 | 6 | 327 | 130 | 64 |
| Binary | 11010 | 1110011 | 11110000 | 1011001 | 110100 | 0 | 110 | 11010111 | 1011000 | 110100 |
Color Harmonies of #1A73F0
Complementary color
Monochromatic Colors of #1A73F0
Black with #1A73F0
Text Example
Text Example
White with #1A73F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A73F0; }
p { color: rgb(26,115,240); }
H1.HeaderClassName
{
color: #1A73F0;
}
.AnyTagClassName
{
color: #1A73F0;
}
</style>
background-color css
<style>
a { background-color: #1A73F0; }
a { background-color: rgb(26,115,240); }
div.DivClassName
{
background-color: #1A73F0;
}
.BgClassName
{
background-color: #1A73F0;
}
</style>
border-color css
<style>
span { border-color: #1A73F0; }
span { border-color: rgb(26,115,240); }
td.TdClassName
{
border-color: #1A73F0;
}
.TagClassName
{
border-color: #1A73F0;
}
</style>