Shades of Pacific Blue #0295DD
Tints of Pacific Blue #0295DD
RGB
CMYK
RGB Variations
Color information
#0295DD (or 0x0295DD) is known color: Pacific Blue. HEX triplet: 02, 95 and DD. RGB value is (2,149,221). Sum of RGB (Red+Green+Blue) = 2+149+221=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #0295DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0295DD is #FD6A22. Grayscale: #707070. Windows color (decimal): -16607779 or 14521602. OLE color: 14521602.
HSL color Cylindrical-coordinate representation of color #0295DD: hue angle of 199.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0295DD is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 149 | 221 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.13 |
| HSL | 199.73º | 0.98% | 0.44% | - |
| HSV(B) | 199.73º | 0.99% | 0.87% | - |
| XYZ | 23.82 | 26.73 | 72.31 | - |
| YUV | 113.26 | 188.8 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 221 | 0.99 | 0.33 | 0 | 0.13 | 199.73 | 0.98 | 0.44 |
| Hex | 2 | 95 | DD | 63 | 21 | 0 | D | C8 | 62 | 2C |
| Octal | 2 | 225 | 335 | 143 | 41 | 0 | 15 | 310 | 142 | 54 |
| Binary | 10 | 10010101 | 11011101 | 1100011 | 100001 | 0 | 1101 | 11001000 | 1100010 | 101100 |
Color Harmonies of #0295DD
Complementary color
Monochromatic Colors of #0295DD
Black with #0295DD
Text Example
Text Example
White with #0295DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0295DD; }
p { color: rgb(2,149,221); }
H1.HeaderClassName
{
color: #0295DD;
}
.AnyTagClassName
{
color: #0295DD;
}
</style>
background-color css
<style>
a { background-color: #0295DD; }
a { background-color: rgb(2,149,221); }
div.DivClassName
{
background-color: #0295DD;
}
.BgClassName
{
background-color: #0295DD;
}
</style>
border-color css
<style>
span { border-color: #0295DD; }
span { border-color: rgb(2,149,221); }
td.TdClassName
{
border-color: #0295DD;
}
.TagClassName
{
border-color: #0295DD;
}
</style>