Shades of Pacific Blue #1590D2
Tints of Pacific Blue #1590D2
RGB
CMYK
RGB Variations
Color information
#1590D2 (or 0x1590D2) is known color: Pacific Blue. HEX triplet: 15, 90 and D2. RGB value is (21,144,210). Sum of RGB (Red+Green+Blue) = 21+144+210=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 210 (82.42% from 255 or 56% from 375); Max value from RGB is 210 - color contains mainly: blue. Hex color #1590D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1590D2 is #EA6F2D. Grayscale: #727272. Windows color (decimal): -15363886 or 13799445. OLE color: 13799445.
HSL color Cylindrical-coordinate representation of color #1590D2: hue angle of 200.95º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1590D2 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 144 | 210 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.18 |
| HSL | 200.95º | 0.82% | 0.45% | - |
| HSV(B) | 200.95º | 0.9% | 0.82% | - |
| XYZ | 21.92 | 24.76 | 64.6 | - |
| YUV | 114.75 | 181.75 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 210 | 0.90 | 0.31 | 0 | 0.18 | 200.95 | 0.82 | 0.45 |
| Hex | 15 | 90 | D2 | 5A | 1F | 0 | 12 | C9 | 52 | 2D |
| Octal | 25 | 220 | 322 | 132 | 37 | 0 | 22 | 311 | 122 | 55 |
| Binary | 10101 | 10010000 | 11010010 | 1011010 | 11111 | 0 | 10010 | 11001001 | 1010010 | 101101 |
Color Harmonies of #1590D2
Complementary color
Monochromatic Colors of #1590D2
Black with #1590D2
Text Example
Text Example
White with #1590D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1590D2; }
p { color: rgb(21,144,210); }
H1.HeaderClassName
{
color: #1590D2;
}
.AnyTagClassName
{
color: #1590D2;
}
</style>
background-color css
<style>
a { background-color: #1590D2; }
a { background-color: rgb(21,144,210); }
div.DivClassName
{
background-color: #1590D2;
}
.BgClassName
{
background-color: #1590D2;
}
</style>
border-color css
<style>
span { border-color: #1590D2; }
span { border-color: rgb(21,144,210); }
td.TdClassName
{
border-color: #1590D2;
}
.TagClassName
{
border-color: #1590D2;
}
</style>