Shades of Dodger Blue #1A73FD
Tints of Dodger Blue #1A73FD
RGB
CMYK
RGB Variations
Color information
#1A73FD (or 0x1A73FD) is known color: Dodger Blue. HEX triplet: 1A, 73 and FD. RGB value is (26,115,253). Sum of RGB (Red+Green+Blue) = 26+115+253=394 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.60% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A73FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A73FD is #E58C02. Grayscale: #676767. Windows color (decimal): -15043587 or 16610074. OLE color: 16610074.
HSL color Cylindrical-coordinate representation of color #1A73FD: hue angle of 216.48º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A73FD is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 115 | 253 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.01 |
| HSL | 216.48º | 0.98% | 0.55% | - |
| HSV(B) | 216.48º | 0.9% | 0.99% | - |
| XYZ | 24.29 | 19.57 | 95.43 | - |
| YUV | 104.12 | 212.01 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 253 | 0.90 | 0.55 | 0 | 0.01 | 216.48 | 0.98 | 0.55 |
| Hex | 1A | 73 | FD | 5A | 37 | 0 | 1 | D8 | 62 | 37 |
| Octal | 32 | 163 | 375 | 132 | 67 | 0 | 1 | 330 | 142 | 67 |
| Binary | 11010 | 1110011 | 11111101 | 1011010 | 110111 | 0 | 1 | 11011000 | 1100010 | 110111 |
Color Harmonies of #1A73FD
Complementary color
Monochromatic Colors of #1A73FD
Black with #1A73FD
Text Example
Text Example
White with #1A73FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A73FD; }
p { color: rgb(26,115,253); }
H1.HeaderClassName
{
color: #1A73FD;
}
.AnyTagClassName
{
color: #1A73FD;
}
</style>
background-color css
<style>
a { background-color: #1A73FD; }
a { background-color: rgb(26,115,253); }
div.DivClassName
{
background-color: #1A73FD;
}
.BgClassName
{
background-color: #1A73FD;
}
</style>
border-color css
<style>
span { border-color: #1A73FD; }
span { border-color: rgb(26,115,253); }
td.TdClassName
{
border-color: #1A73FD;
}
.TagClassName
{
border-color: #1A73FD;
}
</style>