Shades of Pacific Blue #1597DA
Tints of Pacific Blue #1597DA
RGB
CMYK
RGB Variations
Color information
#1597DA (or 0x1597DA) is known color: Pacific Blue. HEX triplet: 15, 97 and DA. RGB value is (21,151,218). Sum of RGB (Red+Green+Blue) = 21+151+218=390 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.38% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #1597DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1597DA is #EA6825. Grayscale: #777777. Windows color (decimal): -15362086 or 14325525. OLE color: 14325525.
HSL color Cylindrical-coordinate representation of color #1597DA: hue angle of 200.41º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1597DA is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 151 | 218 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.15 |
| HSL | 200.41º | 0.82% | 0.47% | - |
| HSV(B) | 200.41º | 0.9% | 0.85% | - |
| XYZ | 24.03 | 27.35 | 70.34 | - |
| YUV | 119.77 | 183.43 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 151 | 218 | 0.90 | 0.31 | 0 | 0.15 | 200.41 | 0.82 | 0.47 |
| Hex | 15 | 97 | DA | 5A | 1F | 0 | F | C8 | 52 | 2F |
| Octal | 25 | 227 | 332 | 132 | 37 | 0 | 17 | 310 | 122 | 57 |
| Binary | 10101 | 10010111 | 11011010 | 1011010 | 11111 | 0 | 1111 | 11001000 | 1010010 | 101111 |
Color Harmonies of #1597DA
Complementary color
Monochromatic Colors of #1597DA
Black with #1597DA
Text Example
Text Example
White with #1597DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1597DA; }
p { color: rgb(21,151,218); }
H1.HeaderClassName
{
color: #1597DA;
}
.AnyTagClassName
{
color: #1597DA;
}
</style>
background-color css
<style>
a { background-color: #1597DA; }
a { background-color: rgb(21,151,218); }
div.DivClassName
{
background-color: #1597DA;
}
.BgClassName
{
background-color: #1597DA;
}
</style>
border-color css
<style>
span { border-color: #1597DA; }
span { border-color: rgb(21,151,218); }
td.TdClassName
{
border-color: #1597DA;
}
.TagClassName
{
border-color: #1597DA;
}
</style>