Shades of Pacific Blue #0295D9
Tints of Pacific Blue #0295D9
RGB
CMYK
RGB Variations
Color information
#0295D9 (or 0x0295D9) is known color: Pacific Blue. HEX triplet: 02, 95 and D9. RGB value is (2,149,217). Sum of RGB (Red+Green+Blue) = 2+149+217=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 217 (85.16% from 255 or 58.97% from 368); Max value from RGB is 217 - color contains mainly: blue. Hex color #0295D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0295D9 is #FD6A26. Grayscale: #707070. Windows color (decimal): -16607783 or 14259458. OLE color: 14259458.
HSL color Cylindrical-coordinate representation of color #0295D9: hue angle of 198.98º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0295D9 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 149 | 217 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.15 |
| HSL | 198.98º | 0.98% | 0.43% | - |
| HSV(B) | 198.98º | 0.99% | 0.85% | - |
| XYZ | 23.3 | 26.52 | 69.54 | - |
| YUV | 112.8 | 186.8 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 217 | 0.99 | 0.31 | 0 | 0.15 | 198.98 | 0.98 | 0.43 |
| Hex | 2 | 95 | D9 | 63 | 1F | 0 | F | C7 | 62 | 2B |
| Octal | 2 | 225 | 331 | 143 | 37 | 0 | 17 | 307 | 142 | 53 |
| Binary | 10 | 10010101 | 11011001 | 1100011 | 11111 | 0 | 1111 | 11000111 | 1100010 | 101011 |
Color Harmonies of #0295D9
Complementary color
Monochromatic Colors of #0295D9
Black with #0295D9
Text Example
Text Example
White with #0295D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0295D9; }
p { color: rgb(2,149,217); }
H1.HeaderClassName
{
color: #0295D9;
}
.AnyTagClassName
{
color: #0295D9;
}
</style>
background-color css
<style>
a { background-color: #0295D9; }
a { background-color: rgb(2,149,217); }
div.DivClassName
{
background-color: #0295D9;
}
.BgClassName
{
background-color: #0295D9;
}
</style>
border-color css
<style>
span { border-color: #0295D9; }
span { border-color: rgb(2,149,217); }
td.TdClassName
{
border-color: #0295D9;
}
.TagClassName
{
border-color: #0295D9;
}
</style>