Shades of Dodger Blue #1A65F9
Tints of Dodger Blue #1A65F9
RGB
CMYK
RGB Variations
Color information
#1A65F9 (or 0x1A65F9) is known color: Dodger Blue. HEX triplet: 1A, 65 and F9. RGB value is (26,101,249). Sum of RGB (Red+Green+Blue) = 26+101+249=376 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.91% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 249 (97.66% from 255 or 66.22% from 376); Max value from RGB is 249 - color contains mainly: blue. Hex color #1A65F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A65F9 is #E59A06. Grayscale: #5E5E5E. Windows color (decimal): -15047175 or 16344346. OLE color: 16344346.
HSL color Cylindrical-coordinate representation of color #1A65F9: hue angle of 219.82º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A65F9 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 101 | 249 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.02 |
| HSL | 219.82º | 0.95% | 0.54% | - |
| HSV(B) | 219.82º | 0.9% | 0.98% | - |
| XYZ | 22.18 | 16.37 | 91.61 | - |
| YUV | 95.45 | 214.65 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 101 | 249 | 0.90 | 0.59 | 0 | 0.02 | 219.82 | 0.95 | 0.54 |
| Hex | 1A | 65 | F9 | 5A | 3B | 0 | 2 | DC | 5F | 36 |
| Octal | 32 | 145 | 371 | 132 | 73 | 0 | 2 | 334 | 137 | 66 |
| Binary | 11010 | 1100101 | 11111001 | 1011010 | 111011 | 0 | 10 | 11011100 | 1011111 | 110110 |
Color Harmonies of #1A65F9
Complementary color
Monochromatic Colors of #1A65F9
Black with #1A65F9
Text Example
Text Example
White with #1A65F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A65F9; }
p { color: rgb(26,101,249); }
H1.HeaderClassName
{
color: #1A65F9;
}
.AnyTagClassName
{
color: #1A65F9;
}
</style>
background-color css
<style>
a { background-color: #1A65F9; }
a { background-color: rgb(26,101,249); }
div.DivClassName
{
background-color: #1A65F9;
}
.BgClassName
{
background-color: #1A65F9;
}
</style>
border-color css
<style>
span { border-color: #1A65F9; }
span { border-color: rgb(26,101,249); }
td.TdClassName
{
border-color: #1A65F9;
}
.TagClassName
{
border-color: #1A65F9;
}
</style>