Shades of Pacific Blue #1A8ED7
Tints of Pacific Blue #1A8ED7
RGB
CMYK
RGB Variations
Color information
#1A8ED7 (or 0x1A8ED7) is known color: Pacific Blue. HEX triplet: 1A, 8E and D7. RGB value is (26,142,215). Sum of RGB (Red+Green+Blue) = 26+142+215=383 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.79% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 215 (84.38% from 255 or 56.14% from 383); Max value from RGB is 215 - color contains mainly: blue. Hex color #1A8ED7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8ED7 is #E57128. Grayscale: #737373. Windows color (decimal): -15036713 or 14126618. OLE color: 14126618.
HSL color Cylindrical-coordinate representation of color #1A8ED7: hue angle of 203.17º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A8ED7 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 142 | 215 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.16 |
| HSL | 203.17º | 0.78% | 0.47% | - |
| HSV(B) | 203.17º | 0.88% | 0.84% | - |
| XYZ | 22.36 | 24.47 | 67.83 | - |
| YUV | 115.64 | 184.07 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 142 | 215 | 0.88 | 0.34 | 0 | 0.16 | 203.17 | 0.78 | 0.47 |
| Hex | 1A | 8E | D7 | 58 | 22 | 0 | 10 | CB | 4E | 2F |
| Octal | 32 | 216 | 327 | 130 | 42 | 0 | 20 | 313 | 116 | 57 |
| Binary | 11010 | 10001110 | 11010111 | 1011000 | 100010 | 0 | 10000 | 11001011 | 1001110 | 101111 |
Color Harmonies of #1A8ED7
Complementary color
Monochromatic Colors of #1A8ED7
Black with #1A8ED7
Text Example
Text Example
White with #1A8ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8ED7; }
p { color: rgb(26,142,215); }
H1.HeaderClassName
{
color: #1A8ED7;
}
.AnyTagClassName
{
color: #1A8ED7;
}
</style>
background-color css
<style>
a { background-color: #1A8ED7; }
a { background-color: rgb(26,142,215); }
div.DivClassName
{
background-color: #1A8ED7;
}
.BgClassName
{
background-color: #1A8ED7;
}
</style>
border-color css
<style>
span { border-color: #1A8ED7; }
span { border-color: rgb(26,142,215); }
td.TdClassName
{
border-color: #1A8ED7;
}
.TagClassName
{
border-color: #1A8ED7;
}
</style>