Shades of Pacific Blue #0295DC
Tints of Pacific Blue #0295DC
RGB
CMYK
RGB Variations
Color information
#0295DC (or 0x0295DC) is known color: Pacific Blue. HEX triplet: 02, 95 and DC. RGB value is (2,149,220). Sum of RGB (Red+Green+Blue) = 2+149+220=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #0295DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0295DC is #FD6A23. Grayscale: #707070. Windows color (decimal): -16607780 or 14456066. OLE color: 14456066.
HSL color Cylindrical-coordinate representation of color #0295DC: hue angle of 199.54º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0295DC is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 149 | 220 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.14 |
| HSL | 199.54º | 0.98% | 0.44% | - |
| HSV(B) | 199.54º | 0.99% | 0.86% | - |
| XYZ | 23.69 | 26.68 | 71.61 | - |
| YUV | 113.14 | 188.3 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 220 | 0.99 | 0.32 | 0 | 0.14 | 199.54 | 0.98 | 0.44 |
| Hex | 2 | 95 | DC | 63 | 20 | 0 | E | C8 | 62 | 2C |
| Octal | 2 | 225 | 334 | 143 | 40 | 0 | 16 | 310 | 142 | 54 |
| Binary | 10 | 10010101 | 11011100 | 1100011 | 100000 | 0 | 1110 | 11001000 | 1100010 | 101100 |
Color Harmonies of #0295DC
Complementary color
Monochromatic Colors of #0295DC
Black with #0295DC
Text Example
Text Example
White with #0295DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0295DC; }
p { color: rgb(2,149,220); }
H1.HeaderClassName
{
color: #0295DC;
}
.AnyTagClassName
{
color: #0295DC;
}
</style>
background-color css
<style>
a { background-color: #0295DC; }
a { background-color: rgb(2,149,220); }
div.DivClassName
{
background-color: #0295DC;
}
.BgClassName
{
background-color: #0295DC;
}
</style>
border-color css
<style>
span { border-color: #0295DC; }
span { border-color: rgb(2,149,220); }
td.TdClassName
{
border-color: #0295DC;
}
.TagClassName
{
border-color: #0295DC;
}
</style>