Shades of Pacific Blue #0293DD
Tints of Pacific Blue #0293DD
RGB
CMYK
RGB Variations
Color information
#0293DD (or 0x0293DD) is known color: Pacific Blue. HEX triplet: 02, 93 and DD. RGB value is (2,147,221). Sum of RGB (Red+Green+Blue) = 2+147+221=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #0293DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0293DD is #FD6C22. Grayscale: #6F6F6F. Windows color (decimal): -16608291 or 14521090. OLE color: 14521090.
HSL color Cylindrical-coordinate representation of color #0293DD: hue angle of 200.27º 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 #0293DD is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 147 | 221 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.13 |
| HSL | 200.27º | 0.98% | 0.44% | - |
| HSV(B) | 200.27º | 0.99% | 0.87% | - |
| XYZ | 23.51 | 26.1 | 72.21 | - |
| YUV | 112.08 | 189.46 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 147 | 221 | 0.99 | 0.33 | 0 | 0.13 | 200.27 | 0.98 | 0.44 |
| Hex | 2 | 93 | DD | 63 | 21 | 0 | D | C8 | 62 | 2C |
| Octal | 2 | 223 | 335 | 143 | 41 | 0 | 15 | 310 | 142 | 54 |
| Binary | 10 | 10010011 | 11011101 | 1100011 | 100001 | 0 | 1101 | 11001000 | 1100010 | 101100 |
Color Harmonies of #0293DD
Complementary color
Monochromatic Colors of #0293DD
Black with #0293DD
Text Example
Text Example
White with #0293DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0293DD; }
p { color: rgb(2,147,221); }
H1.HeaderClassName
{
color: #0293DD;
}
.AnyTagClassName
{
color: #0293DD;
}
</style>
background-color css
<style>
a { background-color: #0293DD; }
a { background-color: rgb(2,147,221); }
div.DivClassName
{
background-color: #0293DD;
}
.BgClassName
{
background-color: #0293DD;
}
</style>
border-color css
<style>
span { border-color: #0293DD; }
span { border-color: rgb(2,147,221); }
td.TdClassName
{
border-color: #0293DD;
}
.TagClassName
{
border-color: #0293DD;
}
</style>