Shades of Pacific Blue #1897DC
Tints of Pacific Blue #1897DC
RGB
CMYK
RGB Variations
Color information
#1897DC (or 0x1897DC) is known color: Pacific Blue. HEX triplet: 18, 97 and DC. RGB value is (24,151,220). Sum of RGB (Red+Green+Blue) = 24+151+220=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #1897DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1897DC is #E76823. Grayscale: #787878. Windows color (decimal): -15165476 or 14456600. OLE color: 14456600.
HSL color Cylindrical-coordinate representation of color #1897DC: hue angle of 201.12º 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 #1897DC is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 151 | 220 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.14 |
| HSL | 201.12º | 0.8% | 0.48% | - |
| HSV(B) | 201.12º | 0.89% | 0.86% | - |
| XYZ | 24.36 | 27.49 | 71.73 | - |
| YUV | 120.89 | 183.92 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 151 | 220 | 0.89 | 0.31 | 0 | 0.14 | 201.12 | 0.8 | 0.48 |
| Hex | 18 | 97 | DC | 59 | 1F | 0 | E | C9 | 50 | 30 |
| Octal | 30 | 227 | 334 | 131 | 37 | 0 | 16 | 311 | 120 | 60 |
| Binary | 11000 | 10010111 | 11011100 | 1011001 | 11111 | 0 | 1110 | 11001001 | 1010000 | 110000 |
Color Harmonies of #1897DC
Complementary color
Monochromatic Colors of #1897DC
Black with #1897DC
Text Example
Text Example
White with #1897DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1897DC; }
p { color: rgb(24,151,220); }
H1.HeaderClassName
{
color: #1897DC;
}
.AnyTagClassName
{
color: #1897DC;
}
</style>
background-color css
<style>
a { background-color: #1897DC; }
a { background-color: rgb(24,151,220); }
div.DivClassName
{
background-color: #1897DC;
}
.BgClassName
{
background-color: #1897DC;
}
</style>
border-color css
<style>
span { border-color: #1897DC; }
span { border-color: rgb(24,151,220); }
td.TdClassName
{
border-color: #1897DC;
}
.TagClassName
{
border-color: #1897DC;
}
</style>