Shades of Pacific Blue #1897DB
Tints of Pacific Blue #1897DB
RGB
CMYK
RGB Variations
Color information
#1897DB (or 0x1897DB) is known color: Pacific Blue. HEX triplet: 18, 97 and DB. RGB value is (24,151,219). Sum of RGB (Red+Green+Blue) = 24+151+219=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #1897DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1897DB is #E76824. Grayscale: #787878. Windows color (decimal): -15165477 or 14391064. OLE color: 14391064.
HSL color Cylindrical-coordinate representation of color #1897DB: hue angle of 200.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1897DB is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 151 | 219 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.14 |
| HSL | 200.92º | 0.8% | 0.48% | - |
| HSV(B) | 200.92º | 0.89% | 0.86% | - |
| XYZ | 24.23 | 27.44 | 71.04 | - |
| YUV | 120.78 | 183.42 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 151 | 219 | 0.89 | 0.31 | 0 | 0.14 | 200.92 | 0.8 | 0.48 |
| Hex | 18 | 97 | DB | 59 | 1F | 0 | E | C9 | 50 | 30 |
| Octal | 30 | 227 | 333 | 131 | 37 | 0 | 16 | 311 | 120 | 60 |
| Binary | 11000 | 10010111 | 11011011 | 1011001 | 11111 | 0 | 1110 | 11001001 | 1010000 | 110000 |
Color Harmonies of #1897DB
Complementary color
Monochromatic Colors of #1897DB
Black with #1897DB
Text Example
Text Example
White with #1897DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1897DB; }
p { color: rgb(24,151,219); }
H1.HeaderClassName
{
color: #1897DB;
}
.AnyTagClassName
{
color: #1897DB;
}
</style>
background-color css
<style>
a { background-color: #1897DB; }
a { background-color: rgb(24,151,219); }
div.DivClassName
{
background-color: #1897DB;
}
.BgClassName
{
background-color: #1897DB;
}
</style>
border-color css
<style>
span { border-color: #1897DB; }
span { border-color: rgb(24,151,219); }
td.TdClassName
{
border-color: #1897DB;
}
.TagClassName
{
border-color: #1897DB;
}
</style>