Shades of Pacific Blue #0295CF
Tints of Pacific Blue #0295CF
RGB
CMYK
RGB Variations
Color information
#0295CF (or 0x0295CF) is known color: Pacific Blue. HEX triplet: 02, 95 and CF. RGB value is (2,149,207). Sum of RGB (Red+Green+Blue) = 2+149+207=358 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #0295CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0295CF is #FD6A30. Grayscale: #6F6F6F. Windows color (decimal): -16607793 or 13604098. OLE color: 13604098.
HSL color Cylindrical-coordinate representation of color #0295CF: hue angle of 196.98º 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 #0295CF is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 149 | 207 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.19 |
| HSL | 196.98º | 0.98% | 0.41% | - |
| HSV(B) | 196.98º | 0.99% | 0.81% | - |
| XYZ | 22.03 | 26.01 | 62.89 | - |
| YUV | 111.66 | 181.8 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 207 | 0.99 | 0.28 | 0 | 0.19 | 196.98 | 0.98 | 0.41 |
| Hex | 2 | 95 | CF | 63 | 1C | 0 | 13 | C5 | 62 | 29 |
| Octal | 2 | 225 | 317 | 143 | 34 | 0 | 23 | 305 | 142 | 51 |
| Binary | 10 | 10010101 | 11001111 | 1100011 | 11100 | 0 | 10011 | 11000101 | 1100010 | 101001 |
Color Harmonies of #0295CF
Complementary color
Monochromatic Colors of #0295CF
Black with #0295CF
Text Example
Text Example
White with #0295CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0295CF; }
p { color: rgb(2,149,207); }
H1.HeaderClassName
{
color: #0295CF;
}
.AnyTagClassName
{
color: #0295CF;
}
</style>
background-color css
<style>
a { background-color: #0295CF; }
a { background-color: rgb(2,149,207); }
div.DivClassName
{
background-color: #0295CF;
}
.BgClassName
{
background-color: #0295CF;
}
</style>
border-color css
<style>
span { border-color: #0295CF; }
span { border-color: rgb(2,149,207); }
td.TdClassName
{
border-color: #0295CF;
}
.TagClassName
{
border-color: #0295CF;
}
</style>