Shades of Dodger Blue #1A64FF
Tints of Dodger Blue #1A64FF
RGB
CMYK
RGB Variations
Color information
#1A64FF (or 0x1A64FF) is known color: Dodger Blue. HEX triplet: 1A, 64 and FF. RGB value is (26,100,255). Sum of RGB (Red+Green+Blue) = 26+100+255=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A64FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A64FF is #E59B00. Grayscale: #5E5E5E. Windows color (decimal): -15047425 or 16737306. OLE color: 16737306.
HSL color Cylindrical-coordinate representation of color #1A64FF: hue angle of 220.61º 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 #1A64FF is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 100 | 255 | - |
| CMYK | 0.90 | 0.61 | 0 | 0 |
| HSL | 220.61º | 1% | 0.55% | - |
| HSV(B) | 220.61º | 0.9% | 1% | - |
| XYZ | 23.03 | 16.55 | 96.59 | - |
| YUV | 95.54 | 217.98 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 100 | 255 | 0.90 | 0.61 | 0 | 0 | 220.61 | 1 | 0.55 |
| Hex | 1A | 64 | FF | 5A | 3D | 0 | 0 | DD | 64 | 37 |
| Octal | 32 | 144 | 377 | 132 | 75 | 0 | 0 | 335 | 144 | 67 |
| Binary | 11010 | 1100100 | 11111111 | 1011010 | 111101 | 0 | 0 | 11011101 | 1100100 | 110111 |
Color Harmonies of #1A64FF
Complementary color
Monochromatic Colors of #1A64FF
Black with #1A64FF
Text Example
Text Example
White with #1A64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A64FF; }
p { color: rgb(26,100,255); }
H1.HeaderClassName
{
color: #1A64FF;
}
.AnyTagClassName
{
color: #1A64FF;
}
</style>
background-color css
<style>
a { background-color: #1A64FF; }
a { background-color: rgb(26,100,255); }
div.DivClassName
{
background-color: #1A64FF;
}
.BgClassName
{
background-color: #1A64FF;
}
</style>
border-color css
<style>
span { border-color: #1A64FF; }
span { border-color: rgb(26,100,255); }
td.TdClassName
{
border-color: #1A64FF;
}
.TagClassName
{
border-color: #1A64FF;
}
</style>