Shades of Pacific Blue #1398DC
Tints of Pacific Blue #1398DC
RGB
CMYK
RGB Variations
Color information
#1398DC (or 0x1398DC) is known color: Pacific Blue. HEX triplet: 13, 98 and DC. RGB value is (19,152,220). Sum of RGB (Red+Green+Blue) = 19+152+220=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #1398DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1398DC is #EC6723. Grayscale: #777777. Windows color (decimal): -15492900 or 14456851. OLE color: 14456851.
HSL color Cylindrical-coordinate representation of color #1398DC: hue angle of 200.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1398DC is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 152 | 220 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.14 |
| HSL | 200.3º | 0.84% | 0.47% | - |
| HSV(B) | 200.3º | 0.91% | 0.86% | - |
| XYZ | 24.42 | 27.76 | 71.78 | - |
| YUV | 119.99 | 184.44 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 220 | 0.91 | 0.31 | 0 | 0.14 | 200.3 | 0.84 | 0.47 |
| Hex | 13 | 98 | DC | 5B | 1F | 0 | E | C8 | 54 | 2F |
| Octal | 23 | 230 | 334 | 133 | 37 | 0 | 16 | 310 | 124 | 57 |
| Binary | 10011 | 10011000 | 11011100 | 1011011 | 11111 | 0 | 1110 | 11001000 | 1010100 | 101111 |
Color Harmonies of #1398DC
Complementary color
Monochromatic Colors of #1398DC
Black with #1398DC
Text Example
Text Example
White with #1398DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1398DC; }
p { color: rgb(19,152,220); }
H1.HeaderClassName
{
color: #1398DC;
}
.AnyTagClassName
{
color: #1398DC;
}
</style>
background-color css
<style>
a { background-color: #1398DC; }
a { background-color: rgb(19,152,220); }
div.DivClassName
{
background-color: #1398DC;
}
.BgClassName
{
background-color: #1398DC;
}
</style>
border-color css
<style>
span { border-color: #1398DC; }
span { border-color: rgb(19,152,220); }
td.TdClassName
{
border-color: #1398DC;
}
.TagClassName
{
border-color: #1398DC;
}
</style>