Shades of Pacific Blue #1493DC
Tints of Pacific Blue #1493DC
RGB
CMYK
RGB Variations
Color information
#1493DC (or 0x1493DC) is known color: Pacific Blue. HEX triplet: 14, 93 and DC. RGB value is (20,147,220). Sum of RGB (Red+Green+Blue) = 20+147+220=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #1493DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1493DC is #EB6C23. Grayscale: #747474. Windows color (decimal): -15428644 or 14455572. OLE color: 14455572.
HSL color Cylindrical-coordinate representation of color #1493DC: hue angle of 201.9º degrees, saturation: 0.83, 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 #1493DC is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 147 | 220 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.14 |
| HSL | 201.9º | 0.83% | 0.47% | - |
| HSV(B) | 201.9º | 0.91% | 0.86% | - |
| XYZ | 23.64 | 26.18 | 71.52 | - |
| YUV | 117.35 | 185.92 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 220 | 0.91 | 0.33 | 0 | 0.14 | 201.9 | 0.83 | 0.47 |
| Hex | 14 | 93 | DC | 5B | 21 | 0 | E | CA | 53 | 2F |
| Octal | 24 | 223 | 334 | 133 | 41 | 0 | 16 | 312 | 123 | 57 |
| Binary | 10100 | 10010011 | 11011100 | 1011011 | 100001 | 0 | 1110 | 11001010 | 1010011 | 101111 |
Color Harmonies of #1493DC
Complementary color
Monochromatic Colors of #1493DC
Black with #1493DC
Text Example
Text Example
White with #1493DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1493DC; }
p { color: rgb(20,147,220); }
H1.HeaderClassName
{
color: #1493DC;
}
.AnyTagClassName
{
color: #1493DC;
}
</style>
background-color css
<style>
a { background-color: #1493DC; }
a { background-color: rgb(20,147,220); }
div.DivClassName
{
background-color: #1493DC;
}
.BgClassName
{
background-color: #1493DC;
}
</style>
border-color css
<style>
span { border-color: #1493DC; }
span { border-color: rgb(20,147,220); }
td.TdClassName
{
border-color: #1493DC;
}
.TagClassName
{
border-color: #1493DC;
}
</style>