Shades of Pacific Blue #1795CF
Tints of Pacific Blue #1795CF
RGB
CMYK
RGB Variations
Color information
#1795CF (or 0x1795CF) is known color: Pacific Blue. HEX triplet: 17, 95 and CF. RGB value is (23,149,207). Sum of RGB (Red+Green+Blue) = 23+149+207=379 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.07% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #1795CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1795CF is #E86A30. Grayscale: #757575. Windows color (decimal): -15231537 or 13604119. OLE color: 13604119.
HSL color Cylindrical-coordinate representation of color #1795CF: hue angle of 198.91º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1795CF is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 149 | 207 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.19 |
| HSL | 198.91º | 0.8% | 0.45% | - |
| HSV(B) | 198.91º | 0.89% | 0.81% | - |
| XYZ | 22.36 | 26.18 | 62.91 | - |
| YUV | 117.94 | 178.26 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 207 | 0.89 | 0.28 | 0 | 0.19 | 198.91 | 0.8 | 0.45 |
| Hex | 17 | 95 | CF | 59 | 1C | 0 | 13 | C7 | 50 | 2D |
| Octal | 27 | 225 | 317 | 131 | 34 | 0 | 23 | 307 | 120 | 55 |
| Binary | 10111 | 10010101 | 11001111 | 1011001 | 11100 | 0 | 10011 | 11000111 | 1010000 | 101101 |
Color Harmonies of #1795CF
Complementary color
Monochromatic Colors of #1795CF
Black with #1795CF
Text Example
Text Example
White with #1795CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1795CF; }
p { color: rgb(23,149,207); }
H1.HeaderClassName
{
color: #1795CF;
}
.AnyTagClassName
{
color: #1795CF;
}
</style>
background-color css
<style>
a { background-color: #1795CF; }
a { background-color: rgb(23,149,207); }
div.DivClassName
{
background-color: #1795CF;
}
.BgClassName
{
background-color: #1795CF;
}
</style>
border-color css
<style>
span { border-color: #1795CF; }
span { border-color: rgb(23,149,207); }
td.TdClassName
{
border-color: #1795CF;
}
.TagClassName
{
border-color: #1795CF;
}
</style>