Shades of Pacific Blue #0295DB
Tints of Pacific Blue #0295DB
RGB
CMYK
RGB Variations
Color information
#0295DB (or 0x0295DB) is known color: Pacific Blue. HEX triplet: 02, 95 and DB. RGB value is (2,149,219). Sum of RGB (Red+Green+Blue) = 2+149+219=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #0295DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0295DB is #FD6A24. Grayscale: #707070. Windows color (decimal): -16607781 or 14390530. OLE color: 14390530.
HSL color Cylindrical-coordinate representation of color #0295DB: hue angle of 199.35º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0295DB is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 149 | 219 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.14 |
| HSL | 199.35º | 0.98% | 0.43% | - |
| HSV(B) | 199.35º | 0.99% | 0.86% | - |
| XYZ | 23.56 | 26.62 | 70.91 | - |
| YUV | 113.03 | 187.8 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 219 | 0.99 | 0.32 | 0 | 0.14 | 199.35 | 0.98 | 0.43 |
| Hex | 2 | 95 | DB | 63 | 20 | 0 | E | C7 | 62 | 2B |
| Octal | 2 | 225 | 333 | 143 | 40 | 0 | 16 | 307 | 142 | 53 |
| Binary | 10 | 10010101 | 11011011 | 1100011 | 100000 | 0 | 1110 | 11000111 | 1100010 | 101011 |
Color Harmonies of #0295DB
Complementary color
Monochromatic Colors of #0295DB
Black with #0295DB
Text Example
Text Example
White with #0295DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0295DB; }
p { color: rgb(2,149,219); }
H1.HeaderClassName
{
color: #0295DB;
}
.AnyTagClassName
{
color: #0295DB;
}
</style>
background-color css
<style>
a { background-color: #0295DB; }
a { background-color: rgb(2,149,219); }
div.DivClassName
{
background-color: #0295DB;
}
.BgClassName
{
background-color: #0295DB;
}
</style>
border-color css
<style>
span { border-color: #0295DB; }
span { border-color: rgb(2,149,219); }
td.TdClassName
{
border-color: #0295DB;
}
.TagClassName
{
border-color: #0295DB;
}
</style>