Shades of Medium Blue #1A08D8
Tints of Medium Blue #1A08D8
RGB
CMYK
RGB Variations
Color information
#1A08D8 (or 0x1A08D8) is known color: Medium Blue. HEX triplet: 1A, 08 and D8. RGB value is (26,8,216). Sum of RGB (Red+Green+Blue) = 26+8+216=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 216 (84.77% from 255 or 86.4% from 250); Max value from RGB is 216 - color contains mainly: blue. Hex color #1A08D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A08D8 is #E5F727. Grayscale: #242424. Windows color (decimal): -15071016 or 14157850. OLE color: 14157850.
HSL color Cylindrical-coordinate representation of color #1A08D8: hue angle of 245.19º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A08D8 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 8 | 216 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.15 |
| HSL | 245.19º | 0.93% | 0.44% | - |
| HSV(B) | 245.19º | 0.96% | 0.85% | - |
| XYZ | 12.91 | 5.35 | 65.32 | - |
| YUV | 37.09 | 228.96 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 216 | 0.88 | 0.96 | 0 | 0.15 | 245.19 | 0.93 | 0.44 |
| Hex | 1A | 8 | D8 | 58 | 60 | 0 | F | F5 | 5D | 2C |
| Octal | 32 | 10 | 330 | 130 | 140 | 0 | 17 | 365 | 135 | 54 |
| Binary | 11010 | 1000 | 11011000 | 1011000 | 1100000 | 0 | 1111 | 11110101 | 1011101 | 101100 |
Color Harmonies of #1A08D8
Complementary color
Monochromatic Colors of #1A08D8
Black with #1A08D8
Text Example
Text Example
White with #1A08D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A08D8; }
p { color: rgb(26,8,216); }
H1.HeaderClassName
{
color: #1A08D8;
}
.AnyTagClassName
{
color: #1A08D8;
}
</style>
background-color css
<style>
a { background-color: #1A08D8; }
a { background-color: rgb(26,8,216); }
div.DivClassName
{
background-color: #1A08D8;
}
.BgClassName
{
background-color: #1A08D8;
}
</style>
border-color css
<style>
span { border-color: #1A08D8; }
span { border-color: rgb(26,8,216); }
td.TdClassName
{
border-color: #1A08D8;
}
.TagClassName
{
border-color: #1A08D8;
}
</style>