Shades of Pacific Blue #0295CE
Tints of Pacific Blue #0295CE
RGB
CMYK
RGB Variations
Color information
#0295CE (or 0x0295CE) is known color: Pacific Blue. HEX triplet: 02, 95 and CE. RGB value is (2,149,206). Sum of RGB (Red+Green+Blue) = 2+149+206=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #0295CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0295CE is #FD6A31. Grayscale: #6F6F6F. Windows color (decimal): -16607794 or 13538562. OLE color: 13538562.
HSL color Cylindrical-coordinate representation of color #0295CE: hue angle of 196.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0295CE is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 149 | 206 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.19 |
| HSL | 196.76º | 0.98% | 0.41% | - |
| HSV(B) | 196.76º | 0.99% | 0.81% | - |
| XYZ | 21.91 | 25.96 | 62.25 | - |
| YUV | 111.55 | 181.3 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 206 | 0.99 | 0.28 | 0 | 0.19 | 196.76 | 0.98 | 0.41 |
| Hex | 2 | 95 | CE | 63 | 1C | 0 | 13 | C5 | 62 | 29 |
| Octal | 2 | 225 | 316 | 143 | 34 | 0 | 23 | 305 | 142 | 51 |
| Binary | 10 | 10010101 | 11001110 | 1100011 | 11100 | 0 | 10011 | 11000101 | 1100010 | 101001 |
Color Harmonies of #0295CE
Complementary color
Monochromatic Colors of #0295CE
Black with #0295CE
Text Example
Text Example
White with #0295CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0295CE; }
p { color: rgb(2,149,206); }
H1.HeaderClassName
{
color: #0295CE;
}
.AnyTagClassName
{
color: #0295CE;
}
</style>
background-color css
<style>
a { background-color: #0295CE; }
a { background-color: rgb(2,149,206); }
div.DivClassName
{
background-color: #0295CE;
}
.BgClassName
{
background-color: #0295CE;
}
</style>
border-color css
<style>
span { border-color: #0295CE; }
span { border-color: rgb(2,149,206); }
td.TdClassName
{
border-color: #0295CE;
}
.TagClassName
{
border-color: #0295CE;
}
</style>