Shades of Dodger Blue #1A74FE
Tints of Dodger Blue #1A74FE
RGB
CMYK
RGB Variations
Color information
#1A74FE (or 0x1A74FE) is known color: Dodger Blue. HEX triplet: 1A, 74 and FE. RGB value is (26,116,254). Sum of RGB (Red+Green+Blue) = 26+116+254=396 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.57% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #1A74FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A74FE is #E58B01. Grayscale: #686868. Windows color (decimal): -15043330 or 16675866. OLE color: 16675866.
HSL color Cylindrical-coordinate representation of color #1A74FE: hue angle of 216.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A74FE is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 116 | 254 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.00 |
| HSL | 216.32º | 0.99% | 0.55% | - |
| HSV(B) | 216.32º | 0.9% | 1% | - |
| XYZ | 24.56 | 19.87 | 96.31 | - |
| YUV | 104.82 | 212.18 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 254 | 0.90 | 0.54 | 0 | 0.00 | 216.32 | 0.99 | 0.55 |
| Hex | 1A | 74 | FE | 5A | 36 | 0 | 0 | D8 | 63 | 37 |
| Octal | 32 | 164 | 376 | 132 | 66 | 0 | 0 | 330 | 143 | 67 |
| Binary | 11010 | 1110100 | 11111110 | 1011010 | 110110 | 0 | 0 | 11011000 | 1100011 | 110111 |
Color Harmonies of #1A74FE
Complementary color
Monochromatic Colors of #1A74FE
Black with #1A74FE
Text Example
Text Example
White with #1A74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A74FE; }
p { color: rgb(26,116,254); }
H1.HeaderClassName
{
color: #1A74FE;
}
.AnyTagClassName
{
color: #1A74FE;
}
</style>
background-color css
<style>
a { background-color: #1A74FE; }
a { background-color: rgb(26,116,254); }
div.DivClassName
{
background-color: #1A74FE;
}
.BgClassName
{
background-color: #1A74FE;
}
</style>
border-color css
<style>
span { border-color: #1A74FE; }
span { border-color: rgb(26,116,254); }
td.TdClassName
{
border-color: #1A74FE;
}
.TagClassName
{
border-color: #1A74FE;
}
</style>