Shades of Pacific Blue #1492DC
Tints of Pacific Blue #1492DC
RGB
CMYK
RGB Variations
Color information
#1492DC (or 0x1492DC) is known color: Pacific Blue. HEX triplet: 14, 92 and DC. RGB value is (20,146,220). Sum of RGB (Red+Green+Blue) = 20+146+220=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #1492DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1492DC is #EB6D23. Grayscale: #747474. Windows color (decimal): -15428900 or 14455316. OLE color: 14455316.
HSL color Cylindrical-coordinate representation of color #1492DC: hue angle of 202.2º 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 #1492DC is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 146 | 220 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.14 |
| HSL | 202.2º | 0.83% | 0.47% | - |
| HSV(B) | 202.2º | 0.91% | 0.86% | - |
| XYZ | 23.49 | 25.87 | 71.47 | - |
| YUV | 116.76 | 186.26 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 220 | 0.91 | 0.34 | 0 | 0.14 | 202.2 | 0.83 | 0.47 |
| Hex | 14 | 92 | DC | 5B | 22 | 0 | E | CA | 53 | 2F |
| Octal | 24 | 222 | 334 | 133 | 42 | 0 | 16 | 312 | 123 | 57 |
| Binary | 10100 | 10010010 | 11011100 | 1011011 | 100010 | 0 | 1110 | 11001010 | 1010011 | 101111 |
Color Harmonies of #1492DC
Complementary color
Monochromatic Colors of #1492DC
Black with #1492DC
Text Example
Text Example
White with #1492DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1492DC; }
p { color: rgb(20,146,220); }
H1.HeaderClassName
{
color: #1492DC;
}
.AnyTagClassName
{
color: #1492DC;
}
</style>
background-color css
<style>
a { background-color: #1492DC; }
a { background-color: rgb(20,146,220); }
div.DivClassName
{
background-color: #1492DC;
}
.BgClassName
{
background-color: #1492DC;
}
</style>
border-color css
<style>
span { border-color: #1492DC; }
span { border-color: rgb(20,146,220); }
td.TdClassName
{
border-color: #1492DC;
}
.TagClassName
{
border-color: #1492DC;
}
</style>