Shades of Pacific Blue #1897D2
Tints of Pacific Blue #1897D2
RGB
CMYK
RGB Variations
Color information
#1897D2 (or 0x1897D2) is known color: Pacific Blue. HEX triplet: 18, 97 and D2. RGB value is (24,151,210). Sum of RGB (Red+Green+Blue) = 24+151+210=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 210 (82.42% from 255 or 54.55% from 385); Max value from RGB is 210 - color contains mainly: blue. Hex color #1897D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1897D2 is #E7682D. Grayscale: #777777. Windows color (decimal): -15165486 or 13801240. OLE color: 13801240.
HSL color Cylindrical-coordinate representation of color #1897D2: hue angle of 199.03º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1897D2 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 151 | 210 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.18 |
| HSL | 199.03º | 0.79% | 0.46% | - |
| HSV(B) | 199.03º | 0.89% | 0.82% | - |
| XYZ | 23.08 | 26.98 | 64.96 | - |
| YUV | 119.75 | 178.92 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 151 | 210 | 0.89 | 0.28 | 0 | 0.18 | 199.03 | 0.79 | 0.46 |
| Hex | 18 | 97 | D2 | 59 | 1C | 0 | 12 | C7 | 4F | 2E |
| Octal | 30 | 227 | 322 | 131 | 34 | 0 | 22 | 307 | 117 | 56 |
| Binary | 11000 | 10010111 | 11010010 | 1011001 | 11100 | 0 | 10010 | 11000111 | 1001111 | 101110 |
Color Harmonies of #1897D2
Complementary color
Monochromatic Colors of #1897D2
Black with #1897D2
Text Example
Text Example
White with #1897D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1897D2; }
p { color: rgb(24,151,210); }
H1.HeaderClassName
{
color: #1897D2;
}
.AnyTagClassName
{
color: #1897D2;
}
</style>
background-color css
<style>
a { background-color: #1897D2; }
a { background-color: rgb(24,151,210); }
div.DivClassName
{
background-color: #1897D2;
}
.BgClassName
{
background-color: #1897D2;
}
</style>
border-color css
<style>
span { border-color: #1897D2; }
span { border-color: rgb(24,151,210); }
td.TdClassName
{
border-color: #1897D2;
}
.TagClassName
{
border-color: #1897D2;
}
</style>