Shades of Dodger Blue #1A73EE
Tints of Dodger Blue #1A73EE
RGB
CMYK
RGB Variations
Color information
#1A73EE (or 0x1A73EE) is known color: Dodger Blue. HEX triplet: 1A, 73 and EE. RGB value is (26,115,238). Sum of RGB (Red+Green+Blue) = 26+115+238=379 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.86% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #1A73EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A73EE is #E58C11. Grayscale: #656565. Windows color (decimal): -15043602 or 15627034. OLE color: 15627034.
HSL color Cylindrical-coordinate representation of color #1A73EE: hue angle of 214.81º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A73EE is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 115 | 238 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.07 |
| HSL | 214.81º | 0.86% | 0.52% | - |
| HSV(B) | 214.81º | 0.89% | 0.93% | - |
| XYZ | 21.99 | 18.65 | 83.33 | - |
| YUV | 102.41 | 204.51 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 238 | 0.89 | 0.52 | 0 | 0.07 | 214.81 | 0.86 | 0.52 |
| Hex | 1A | 73 | EE | 59 | 34 | 0 | 7 | D7 | 56 | 34 |
| Octal | 32 | 163 | 356 | 131 | 64 | 0 | 7 | 327 | 126 | 64 |
| Binary | 11010 | 1110011 | 11101110 | 1011001 | 110100 | 0 | 111 | 11010111 | 1010110 | 110100 |
Color Harmonies of #1A73EE
Complementary color
Monochromatic Colors of #1A73EE
Black with #1A73EE
Text Example
Text Example
White with #1A73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A73EE; }
p { color: rgb(26,115,238); }
H1.HeaderClassName
{
color: #1A73EE;
}
.AnyTagClassName
{
color: #1A73EE;
}
</style>
background-color css
<style>
a { background-color: #1A73EE; }
a { background-color: rgb(26,115,238); }
div.DivClassName
{
background-color: #1A73EE;
}
.BgClassName
{
background-color: #1A73EE;
}
</style>
border-color css
<style>
span { border-color: #1A73EE; }
span { border-color: rgb(26,115,238); }
td.TdClassName
{
border-color: #1A73EE;
}
.TagClassName
{
border-color: #1A73EE;
}
</style>