Shades of Pacific Blue #0294DF
Tints of Pacific Blue #0294DF
RGB
CMYK
RGB Variations
Color information
#0294DF (or 0x0294DF) is known color: Pacific Blue. HEX triplet: 02, 94 and DF. RGB value is (2,148,223). Sum of RGB (Red+Green+Blue) = 2+148+223=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #0294DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0294DF is #FD6B20. Grayscale: #707070. Windows color (decimal): -16608033 or 14652418. OLE color: 14652418.
HSL color Cylindrical-coordinate representation of color #0294DF: hue angle of 200.36º 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 #0294DF is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 148 | 223 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.13 |
| HSL | 200.36º | 0.98% | 0.44% | - |
| HSV(B) | 200.36º | 0.99% | 0.87% | - |
| XYZ | 23.93 | 26.52 | 73.67 | - |
| YUV | 112.9 | 190.13 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 148 | 223 | 0.99 | 0.34 | 0 | 0.13 | 200.36 | 0.98 | 0.44 |
| Hex | 2 | 94 | DF | 63 | 22 | 0 | D | C8 | 62 | 2C |
| Octal | 2 | 224 | 337 | 143 | 42 | 0 | 15 | 310 | 142 | 54 |
| Binary | 10 | 10010100 | 11011111 | 1100011 | 100010 | 0 | 1101 | 11001000 | 1100010 | 101100 |
Color Harmonies of #0294DF
Complementary color
Monochromatic Colors of #0294DF
Black with #0294DF
Text Example
Text Example
White with #0294DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0294DF; }
p { color: rgb(2,148,223); }
H1.HeaderClassName
{
color: #0294DF;
}
.AnyTagClassName
{
color: #0294DF;
}
</style>
background-color css
<style>
a { background-color: #0294DF; }
a { background-color: rgb(2,148,223); }
div.DivClassName
{
background-color: #0294DF;
}
.BgClassName
{
background-color: #0294DF;
}
</style>
border-color css
<style>
span { border-color: #0294DF; }
span { border-color: rgb(2,148,223); }
td.TdClassName
{
border-color: #0294DF;
}
.TagClassName
{
border-color: #0294DF;
}
</style>