Shades of Dodger Blue #1A9BFF
Tints of Dodger Blue #1A9BFF
RGB
CMYK
RGB Variations
Color information
#1A9BFF (or 0x1A9BFF) is known color: Dodger Blue. HEX triplet: 1A, 9B and FF. RGB value is (26,155,255). Sum of RGB (Red+Green+Blue) = 26+155+255=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A9BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9BFF is #E56400. Grayscale: #7F7F7F. Windows color (decimal): -15033345 or 16751386. OLE color: 16751386.
HSL color Cylindrical-coordinate representation of color #1A9BFF: hue angle of 206.2º 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 #1A9BFF is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 155 | 255 | - |
| CMYK | 0.90 | 0.39 | 0 | 0 |
| HSL | 206.2º | 1% | 0.55% | - |
| HSV(B) | 206.2º | 0.9% | 1% | - |
| XYZ | 30.2 | 30.88 | 98.98 | - |
| YUV | 127.83 | 199.76 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 155 | 255 | 0.90 | 0.39 | 0 | 0 | 206.2 | 1 | 0.55 |
| Hex | 1A | 9B | FF | 5A | 27 | 0 | 0 | CE | 64 | 37 |
| Octal | 32 | 233 | 377 | 132 | 47 | 0 | 0 | 316 | 144 | 67 |
| Binary | 11010 | 10011011 | 11111111 | 1011010 | 100111 | 0 | 0 | 11001110 | 1100100 | 110111 |
Color Harmonies of #1A9BFF
Complementary color
Monochromatic Colors of #1A9BFF
Black with #1A9BFF
Text Example
Text Example
White with #1A9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9BFF; }
p { color: rgb(26,155,255); }
H1.HeaderClassName
{
color: #1A9BFF;
}
.AnyTagClassName
{
color: #1A9BFF;
}
</style>
background-color css
<style>
a { background-color: #1A9BFF; }
a { background-color: rgb(26,155,255); }
div.DivClassName
{
background-color: #1A9BFF;
}
.BgClassName
{
background-color: #1A9BFF;
}
</style>
border-color css
<style>
span { border-color: #1A9BFF; }
span { border-color: rgb(26,155,255); }
td.TdClassName
{
border-color: #1A9BFF;
}
.TagClassName
{
border-color: #1A9BFF;
}
</style>