Shades of Pacific Blue #1895DC
Tints of Pacific Blue #1895DC
RGB
CMYK
RGB Variations
Color information
#1895DC (or 0x1895DC) is known color: Pacific Blue. HEX triplet: 18, 95 and DC. RGB value is (24,149,220). Sum of RGB (Red+Green+Blue) = 24+149+220=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #1895DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1895DC is #E76A23. Grayscale: #777777. Windows color (decimal): -15165988 or 14456088. OLE color: 14456088.
HSL color Cylindrical-coordinate representation of color #1895DC: hue angle of 201.73º 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 #1895DC is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 149 | 220 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.14 |
| HSL | 201.73º | 0.8% | 0.48% | - |
| HSV(B) | 201.73º | 0.89% | 0.86% | - |
| XYZ | 24.04 | 26.86 | 71.63 | - |
| YUV | 119.72 | 184.59 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 220 | 0.89 | 0.32 | 0 | 0.14 | 201.73 | 0.8 | 0.48 |
| Hex | 18 | 95 | DC | 59 | 20 | 0 | E | CA | 50 | 30 |
| Octal | 30 | 225 | 334 | 131 | 40 | 0 | 16 | 312 | 120 | 60 |
| Binary | 11000 | 10010101 | 11011100 | 1011001 | 100000 | 0 | 1110 | 11001010 | 1010000 | 110000 |
Color Harmonies of #1895DC
Complementary color
Monochromatic Colors of #1895DC
Black with #1895DC
Text Example
Text Example
White with #1895DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1895DC; }
p { color: rgb(24,149,220); }
H1.HeaderClassName
{
color: #1895DC;
}
.AnyTagClassName
{
color: #1895DC;
}
</style>
background-color css
<style>
a { background-color: #1895DC; }
a { background-color: rgb(24,149,220); }
div.DivClassName
{
background-color: #1895DC;
}
.BgClassName
{
background-color: #1895DC;
}
</style>
border-color css
<style>
span { border-color: #1895DC; }
span { border-color: rgb(24,149,220); }
td.TdClassName
{
border-color: #1895DC;
}
.TagClassName
{
border-color: #1895DC;
}
</style>