Shades of Pacific Blue #1A90D2
Tints of Pacific Blue #1A90D2
RGB
CMYK
RGB Variations
Color information
#1A90D2 (or 0x1A90D2) is known color: Pacific Blue. HEX triplet: 1A, 90 and D2. RGB value is (26,144,210). Sum of RGB (Red+Green+Blue) = 26+144+210=380 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.84% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 210 (82.42% from 255 or 55.26% from 380); Max value from RGB is 210 - color contains mainly: blue. Hex color #1A90D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A90D2 is #E56F2D. Grayscale: #737373. Windows color (decimal): -15036206 or 13799450. OLE color: 13799450.
HSL color Cylindrical-coordinate representation of color #1A90D2: hue angle of 201.52º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A90D2 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 144 | 210 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.18 |
| HSL | 201.52º | 0.78% | 0.46% | - |
| HSV(B) | 201.52º | 0.88% | 0.82% | - |
| XYZ | 22.03 | 24.82 | 64.6 | - |
| YUV | 116.24 | 180.91 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 144 | 210 | 0.88 | 0.31 | 0 | 0.18 | 201.52 | 0.78 | 0.46 |
| Hex | 1A | 90 | D2 | 58 | 1F | 0 | 12 | CA | 4E | 2E |
| Octal | 32 | 220 | 322 | 130 | 37 | 0 | 22 | 312 | 116 | 56 |
| Binary | 11010 | 10010000 | 11010010 | 1011000 | 11111 | 0 | 10010 | 11001010 | 1001110 | 101110 |
Color Harmonies of #1A90D2
Complementary color
Monochromatic Colors of #1A90D2
Black with #1A90D2
Text Example
Text Example
White with #1A90D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A90D2; }
p { color: rgb(26,144,210); }
H1.HeaderClassName
{
color: #1A90D2;
}
.AnyTagClassName
{
color: #1A90D2;
}
</style>
background-color css
<style>
a { background-color: #1A90D2; }
a { background-color: rgb(26,144,210); }
div.DivClassName
{
background-color: #1A90D2;
}
.BgClassName
{
background-color: #1A90D2;
}
</style>
border-color css
<style>
span { border-color: #1A90D2; }
span { border-color: rgb(26,144,210); }
td.TdClassName
{
border-color: #1A90D2;
}
.TagClassName
{
border-color: #1A90D2;
}
</style>