Shades of Dodger Blue #1A62FF
Tints of Dodger Blue #1A62FF
RGB
CMYK
RGB Variations
Color information
#1A62FF (or 0x1A62FF) is known color: Dodger Blue. HEX triplet: 1A, 62 and FF. RGB value is (26,98,255). Sum of RGB (Red+Green+Blue) = 26+98+255=379 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.86% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A62FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A62FF is #E59D00. Grayscale: #5D5D5D. Windows color (decimal): -15047937 or 16736794. OLE color: 16736794.
HSL color Cylindrical-coordinate representation of color #1A62FF: hue angle of 221.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A62FF is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 98 | 255 | - |
| CMYK | 0.90 | 0.62 | 0 | 0 |
| HSL | 221.14º | 1% | 0.55% | - |
| HSV(B) | 221.14º | 0.9% | 1% | - |
| XYZ | 22.84 | 16.17 | 96.53 | - |
| YUV | 94.37 | 218.65 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 98 | 255 | 0.90 | 0.62 | 0 | 0 | 221.14 | 1 | 0.55 |
| Hex | 1A | 62 | FF | 5A | 3E | 0 | 0 | DD | 64 | 37 |
| Octal | 32 | 142 | 377 | 132 | 76 | 0 | 0 | 335 | 144 | 67 |
| Binary | 11010 | 1100010 | 11111111 | 1011010 | 111110 | 0 | 0 | 11011101 | 1100100 | 110111 |
Color Harmonies of #1A62FF
Complementary color
Monochromatic Colors of #1A62FF
Black with #1A62FF
Text Example
Text Example
White with #1A62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A62FF; }
p { color: rgb(26,98,255); }
H1.HeaderClassName
{
color: #1A62FF;
}
.AnyTagClassName
{
color: #1A62FF;
}
</style>
background-color css
<style>
a { background-color: #1A62FF; }
a { background-color: rgb(26,98,255); }
div.DivClassName
{
background-color: #1A62FF;
}
.BgClassName
{
background-color: #1A62FF;
}
</style>
border-color css
<style>
span { border-color: #1A62FF; }
span { border-color: rgb(26,98,255); }
td.TdClassName
{
border-color: #1A62FF;
}
.TagClassName
{
border-color: #1A62FF;
}
</style>