Shades of Pacific Blue #1A90CF
Tints of Pacific Blue #1A90CF
RGB
CMYK
RGB Variations
Color information
#1A90CF (or 0x1A90CF) is known color: Pacific Blue. HEX triplet: 1A, 90 and CF. RGB value is (26,144,207). Sum of RGB (Red+Green+Blue) = 26+144+207=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A90CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A90CF is #E56F30. Grayscale: #737373. Windows color (decimal): -15036209 or 13602842. OLE color: 13602842.
HSL color Cylindrical-coordinate representation of color #1A90CF: hue angle of 200.88º 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 #1A90CF is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 144 | 207 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.19 |
| HSL | 200.88º | 0.78% | 0.46% | - |
| HSV(B) | 200.88º | 0.87% | 0.81% | - |
| XYZ | 21.66 | 24.67 | 62.65 | - |
| YUV | 115.9 | 179.41 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 144 | 207 | 0.87 | 0.30 | 0 | 0.19 | 200.88 | 0.78 | 0.46 |
| Hex | 1A | 90 | CF | 57 | 1E | 0 | 13 | C9 | 4E | 2E |
| Octal | 32 | 220 | 317 | 127 | 36 | 0 | 23 | 311 | 116 | 56 |
| Binary | 11010 | 10010000 | 11001111 | 1010111 | 11110 | 0 | 10011 | 11001001 | 1001110 | 101110 |
Color Harmonies of #1A90CF
Complementary color
Monochromatic Colors of #1A90CF
Black with #1A90CF
Text Example
Text Example
White with #1A90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A90CF; }
p { color: rgb(26,144,207); }
H1.HeaderClassName
{
color: #1A90CF;
}
.AnyTagClassName
{
color: #1A90CF;
}
</style>
background-color css
<style>
a { background-color: #1A90CF; }
a { background-color: rgb(26,144,207); }
div.DivClassName
{
background-color: #1A90CF;
}
.BgClassName
{
background-color: #1A90CF;
}
</style>
border-color css
<style>
span { border-color: #1A90CF; }
span { border-color: rgb(26,144,207); }
td.TdClassName
{
border-color: #1A90CF;
}
.TagClassName
{
border-color: #1A90CF;
}
</style>