Shades of Pacific Blue #1A8FCF
Tints of Pacific Blue #1A8FCF
RGB
CMYK
RGB Variations
Color information
#1A8FCF (or 0x1A8FCF) is known color: Pacific Blue. HEX triplet: 1A, 8F and CF. RGB value is (26,143,207). Sum of RGB (Red+Green+Blue) = 26+143+207=376 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.91% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A8FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8FCF is #E57030. Grayscale: #727272. Windows color (decimal): -15036465 or 13602586. OLE color: 13602586.
HSL color Cylindrical-coordinate representation of color #1A8FCF: hue angle of 201.22º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A8FCF is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 143 | 207 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.19 |
| HSL | 201.22º | 0.78% | 0.46% | - |
| HSV(B) | 201.22º | 0.87% | 0.81% | - |
| XYZ | 21.51 | 24.37 | 62.6 | - |
| YUV | 115.31 | 179.74 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 207 | 0.87 | 0.31 | 0 | 0.19 | 201.22 | 0.78 | 0.46 |
| Hex | 1A | 8F | CF | 57 | 1F | 0 | 13 | C9 | 4E | 2E |
| Octal | 32 | 217 | 317 | 127 | 37 | 0 | 23 | 311 | 116 | 56 |
| Binary | 11010 | 10001111 | 11001111 | 1010111 | 11111 | 0 | 10011 | 11001001 | 1001110 | 101110 |
Color Harmonies of #1A8FCF
Complementary color
Monochromatic Colors of #1A8FCF
Black with #1A8FCF
Text Example
Text Example
White with #1A8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8FCF; }
p { color: rgb(26,143,207); }
H1.HeaderClassName
{
color: #1A8FCF;
}
.AnyTagClassName
{
color: #1A8FCF;
}
</style>
background-color css
<style>
a { background-color: #1A8FCF; }
a { background-color: rgb(26,143,207); }
div.DivClassName
{
background-color: #1A8FCF;
}
.BgClassName
{
background-color: #1A8FCF;
}
</style>
border-color css
<style>
span { border-color: #1A8FCF; }
span { border-color: rgb(26,143,207); }
td.TdClassName
{
border-color: #1A8FCF;
}
.TagClassName
{
border-color: #1A8FCF;
}
</style>