Shades of Dodger Blue #1A65FF
Tints of Dodger Blue #1A65FF
RGB
CMYK
RGB Variations
Color information
#1A65FF (or 0x1A65FF) is known color: Dodger Blue. HEX triplet: 1A, 65 and FF. RGB value is (26,101,255). Sum of RGB (Red+Green+Blue) = 26+101+255=382 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.81% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A65FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A65FF is #E59A00. Grayscale: #5F5F5F. Windows color (decimal): -15047169 or 16737562. OLE color: 16737562.
HSL color Cylindrical-coordinate representation of color #1A65FF: hue angle of 220.35º 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 #1A65FF is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 101 | 255 | - |
| CMYK | 0.90 | 0.60 | 0 | 0 |
| HSL | 220.35º | 1% | 0.55% | - |
| HSV(B) | 220.35º | 0.9% | 1% | - |
| XYZ | 23.13 | 16.75 | 96.62 | - |
| YUV | 96.13 | 217.65 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 101 | 255 | 0.90 | 0.60 | 0 | 0 | 220.35 | 1 | 0.55 |
| Hex | 1A | 65 | FF | 5A | 3C | 0 | 0 | DC | 64 | 37 |
| Octal | 32 | 145 | 377 | 132 | 74 | 0 | 0 | 334 | 144 | 67 |
| Binary | 11010 | 1100101 | 11111111 | 1011010 | 111100 | 0 | 0 | 11011100 | 1100100 | 110111 |
Color Harmonies of #1A65FF
Complementary color
Monochromatic Colors of #1A65FF
Black with #1A65FF
Text Example
Text Example
White with #1A65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A65FF; }
p { color: rgb(26,101,255); }
H1.HeaderClassName
{
color: #1A65FF;
}
.AnyTagClassName
{
color: #1A65FF;
}
</style>
background-color css
<style>
a { background-color: #1A65FF; }
a { background-color: rgb(26,101,255); }
div.DivClassName
{
background-color: #1A65FF;
}
.BgClassName
{
background-color: #1A65FF;
}
</style>
border-color css
<style>
span { border-color: #1A65FF; }
span { border-color: rgb(26,101,255); }
td.TdClassName
{
border-color: #1A65FF;
}
.TagClassName
{
border-color: #1A65FF;
}
</style>