Shades of Pacific Blue #1194DD
Tints of Pacific Blue #1194DD
RGB
CMYK
RGB Variations
Color information
#1194DD (or 0x1194DD) is known color: Pacific Blue. HEX triplet: 11, 94 and DD. RGB value is (17,148,221). Sum of RGB (Red+Green+Blue) = 17+148+221=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #1194DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1194DD is #EE6B22. Grayscale: #747474. Windows color (decimal): -15624995 or 14521361. OLE color: 14521361.
HSL color Cylindrical-coordinate representation of color #1194DD: hue angle of 201.47º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1194DD is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 148 | 221 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.13 |
| HSL | 201.47º | 0.86% | 0.47% | - |
| HSV(B) | 201.47º | 0.92% | 0.87% | - |
| XYZ | 23.87 | 26.52 | 72.27 | - |
| YUV | 117.15 | 186.6 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 221 | 0.92 | 0.33 | 0 | 0.13 | 201.47 | 0.86 | 0.47 |
| Hex | 11 | 94 | DD | 5C | 21 | 0 | D | C9 | 56 | 2F |
| Octal | 21 | 224 | 335 | 134 | 41 | 0 | 15 | 311 | 126 | 57 |
| Binary | 10001 | 10010100 | 11011101 | 1011100 | 100001 | 0 | 1101 | 11001001 | 1010110 | 101111 |
Color Harmonies of #1194DD
Complementary color
Monochromatic Colors of #1194DD
Black with #1194DD
Text Example
Text Example
White with #1194DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1194DD; }
p { color: rgb(17,148,221); }
H1.HeaderClassName
{
color: #1194DD;
}
.AnyTagClassName
{
color: #1194DD;
}
</style>
background-color css
<style>
a { background-color: #1194DD; }
a { background-color: rgb(17,148,221); }
div.DivClassName
{
background-color: #1194DD;
}
.BgClassName
{
background-color: #1194DD;
}
</style>
border-color css
<style>
span { border-color: #1194DD; }
span { border-color: rgb(17,148,221); }
td.TdClassName
{
border-color: #1194DD;
}
.TagClassName
{
border-color: #1194DD;
}
</style>