Shades of Pacific Blue #0293DA
Tints of Pacific Blue #0293DA
RGB
CMYK
RGB Variations
Color information
#0293DA (or 0x0293DA) is known color: Pacific Blue. HEX triplet: 02, 93 and DA. RGB value is (2,147,218). Sum of RGB (Red+Green+Blue) = 2+147+218=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #0293DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0293DA is #FD6C25. Grayscale: #6F6F6F. Windows color (decimal): -16608294 or 14324482. OLE color: 14324482.
HSL color Cylindrical-coordinate representation of color #0293DA: hue angle of 199.72º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0293DA is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 147 | 218 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.15 |
| HSL | 199.72º | 0.98% | 0.43% | - |
| HSV(B) | 199.72º | 0.99% | 0.85% | - |
| XYZ | 23.11 | 25.94 | 70.12 | - |
| YUV | 111.74 | 187.96 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 147 | 218 | 0.99 | 0.33 | 0 | 0.15 | 199.72 | 0.98 | 0.43 |
| Hex | 2 | 93 | DA | 63 | 21 | 0 | F | C8 | 62 | 2B |
| Octal | 2 | 223 | 332 | 143 | 41 | 0 | 17 | 310 | 142 | 53 |
| Binary | 10 | 10010011 | 11011010 | 1100011 | 100001 | 0 | 1111 | 11001000 | 1100010 | 101011 |
Color Harmonies of #0293DA
Complementary color
Monochromatic Colors of #0293DA
Black with #0293DA
Text Example
Text Example
White with #0293DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0293DA; }
p { color: rgb(2,147,218); }
H1.HeaderClassName
{
color: #0293DA;
}
.AnyTagClassName
{
color: #0293DA;
}
</style>
background-color css
<style>
a { background-color: #0293DA; }
a { background-color: rgb(2,147,218); }
div.DivClassName
{
background-color: #0293DA;
}
.BgClassName
{
background-color: #0293DA;
}
</style>
border-color css
<style>
span { border-color: #0293DA; }
span { border-color: rgb(2,147,218); }
td.TdClassName
{
border-color: #0293DA;
}
.TagClassName
{
border-color: #0293DA;
}
</style>