Shades of Pacific Blue #1A8CCF
Tints of Pacific Blue #1A8CCF
RGB
CMYK
RGB Variations
Color information
#1A8CCF (or 0x1A8CCF) is known color: Pacific Blue. HEX triplet: 1A, 8C and CF. RGB value is (26,140,207). Sum of RGB (Red+Green+Blue) = 26+140+207=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A8CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8CCF is #E57330. Grayscale: #717171. Windows color (decimal): -15037233 or 13601818. OLE color: 13601818.
HSL color Cylindrical-coordinate representation of color #1A8CCF: hue angle of 202.21º 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 #1A8CCF is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 140 | 207 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.19 |
| HSL | 202.21º | 0.78% | 0.46% | - |
| HSV(B) | 202.21º | 0.87% | 0.81% | - |
| XYZ | 21.07 | 23.48 | 62.45 | - |
| YUV | 113.55 | 180.73 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 140 | 207 | 0.87 | 0.32 | 0 | 0.19 | 202.21 | 0.78 | 0.46 |
| Hex | 1A | 8C | CF | 57 | 20 | 0 | 13 | CA | 4E | 2E |
| Octal | 32 | 214 | 317 | 127 | 40 | 0 | 23 | 312 | 116 | 56 |
| Binary | 11010 | 10001100 | 11001111 | 1010111 | 100000 | 0 | 10011 | 11001010 | 1001110 | 101110 |
Color Harmonies of #1A8CCF
Complementary color
Monochromatic Colors of #1A8CCF
Black with #1A8CCF
Text Example
Text Example
White with #1A8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8CCF; }
p { color: rgb(26,140,207); }
H1.HeaderClassName
{
color: #1A8CCF;
}
.AnyTagClassName
{
color: #1A8CCF;
}
</style>
background-color css
<style>
a { background-color: #1A8CCF; }
a { background-color: rgb(26,140,207); }
div.DivClassName
{
background-color: #1A8CCF;
}
.BgClassName
{
background-color: #1A8CCF;
}
</style>
border-color css
<style>
span { border-color: #1A8CCF; }
span { border-color: rgb(26,140,207); }
td.TdClassName
{
border-color: #1A8CCF;
}
.TagClassName
{
border-color: #1A8CCF;
}
</style>