Shades of Pacific Blue #1594DC
Tints of Pacific Blue #1594DC
RGB
CMYK
RGB Variations
Color information
#1594DC (or 0x1594DC) is known color: Pacific Blue. HEX triplet: 15, 94 and DC. RGB value is (21,148,220). Sum of RGB (Red+Green+Blue) = 21+148+220=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #1594DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594DC is #EA6B23. Grayscale: #757575. Windows color (decimal): -15362852 or 14455829. OLE color: 14455829.
HSL color Cylindrical-coordinate representation of color #1594DC: hue angle of 201.71º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1594DC is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 148 | 220 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.14 |
| HSL | 201.71º | 0.83% | 0.47% | - |
| HSV(B) | 201.71º | 0.9% | 0.86% | - |
| XYZ | 23.82 | 26.51 | 71.57 | - |
| YUV | 118.24 | 185.42 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 220 | 0.90 | 0.33 | 0 | 0.14 | 201.71 | 0.83 | 0.47 |
| Hex | 15 | 94 | DC | 5A | 21 | 0 | E | CA | 53 | 2F |
| Octal | 25 | 224 | 334 | 132 | 41 | 0 | 16 | 312 | 123 | 57 |
| Binary | 10101 | 10010100 | 11011100 | 1011010 | 100001 | 0 | 1110 | 11001010 | 1010011 | 101111 |
Color Harmonies of #1594DC
Complementary color
Monochromatic Colors of #1594DC
Black with #1594DC
Text Example
Text Example
White with #1594DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1594DC; }
p { color: rgb(21,148,220); }
H1.HeaderClassName
{
color: #1594DC;
}
.AnyTagClassName
{
color: #1594DC;
}
</style>
background-color css
<style>
a { background-color: #1594DC; }
a { background-color: rgb(21,148,220); }
div.DivClassName
{
background-color: #1594DC;
}
.BgClassName
{
background-color: #1594DC;
}
</style>
border-color css
<style>
span { border-color: #1594DC; }
span { border-color: rgb(21,148,220); }
td.TdClassName
{
border-color: #1594DC;
}
.TagClassName
{
border-color: #1594DC;
}
</style>