Shades of Pacific Blue #0293DF
Tints of Pacific Blue #0293DF
RGB
CMYK
RGB Variations
Color information
#0293DF (or 0x0293DF) is known color: Pacific Blue. HEX triplet: 02, 93 and DF. RGB value is (2,147,223). Sum of RGB (Red+Green+Blue) = 2+147+223=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #0293DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0293DF is #FD6C20. Grayscale: #6F6F6F. Windows color (decimal): -16608289 or 14652162. OLE color: 14652162.
HSL color Cylindrical-coordinate representation of color #0293DF: hue angle of 200.63º 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 #0293DF is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 147 | 223 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.13 |
| HSL | 200.63º | 0.98% | 0.44% | - |
| HSV(B) | 200.63º | 0.99% | 0.87% | - |
| XYZ | 23.78 | 26.21 | 73.62 | - |
| YUV | 112.31 | 190.46 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 147 | 223 | 0.99 | 0.34 | 0 | 0.13 | 200.63 | 0.98 | 0.44 |
| Hex | 2 | 93 | DF | 63 | 22 | 0 | D | C9 | 62 | 2C |
| Octal | 2 | 223 | 337 | 143 | 42 | 0 | 15 | 311 | 142 | 54 |
| Binary | 10 | 10010011 | 11011111 | 1100011 | 100010 | 0 | 1101 | 11001001 | 1100010 | 101100 |
Color Harmonies of #0293DF
Complementary color
Monochromatic Colors of #0293DF
Black with #0293DF
Text Example
Text Example
White with #0293DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0293DF; }
p { color: rgb(2,147,223); }
H1.HeaderClassName
{
color: #0293DF;
}
.AnyTagClassName
{
color: #0293DF;
}
</style>
background-color css
<style>
a { background-color: #0293DF; }
a { background-color: rgb(2,147,223); }
div.DivClassName
{
background-color: #0293DF;
}
.BgClassName
{
background-color: #0293DF;
}
</style>
border-color css
<style>
span { border-color: #0293DF; }
span { border-color: rgb(2,147,223); }
td.TdClassName
{
border-color: #0293DF;
}
.TagClassName
{
border-color: #0293DF;
}
</style>