Shades of Pacific Blue #0294E5
Tints of Pacific Blue #0294E5
RGB
CMYK
RGB Variations
Color information
#0294E5 (or 0x0294E5) is known color: Pacific Blue. HEX triplet: 02, 94 and E5. RGB value is (2,148,229). Sum of RGB (Red+Green+Blue) = 2+148+229=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 229 (89.84% from 255 or 60.42% from 379); Max value from RGB is 229 - color contains mainly: blue. Hex color #0294E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0294E5 is #FD6B1A. Grayscale: #717171. Windows color (decimal): -16608027 or 15045634. OLE color: 15045634.
HSL color Cylindrical-coordinate representation of color #0294E5: hue angle of 201.41º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0294E5 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 148 | 229 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.10 |
| HSL | 201.41º | 0.98% | 0.45% | - |
| HSV(B) | 201.41º | 0.99% | 0.9% | - |
| XYZ | 24.76 | 26.85 | 78.01 | - |
| YUV | 113.58 | 193.13 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 148 | 229 | 0.99 | 0.35 | 0 | 0.10 | 201.41 | 0.98 | 0.45 |
| Hex | 2 | 94 | E5 | 63 | 23 | 0 | A | C9 | 62 | 2D |
| Octal | 2 | 224 | 345 | 143 | 43 | 0 | 12 | 311 | 142 | 55 |
| Binary | 10 | 10010100 | 11100101 | 1100011 | 100011 | 0 | 1010 | 11001001 | 1100010 | 101101 |
Color Harmonies of #0294E5
Complementary color
Monochromatic Colors of #0294E5
Black with #0294E5
Text Example
Text Example
White with #0294E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0294E5; }
p { color: rgb(2,148,229); }
H1.HeaderClassName
{
color: #0294E5;
}
.AnyTagClassName
{
color: #0294E5;
}
</style>
background-color css
<style>
a { background-color: #0294E5; }
a { background-color: rgb(2,148,229); }
div.DivClassName
{
background-color: #0294E5;
}
.BgClassName
{
background-color: #0294E5;
}
</style>
border-color css
<style>
span { border-color: #0294E5; }
span { border-color: rgb(2,148,229); }
td.TdClassName
{
border-color: #0294E5;
}
.TagClassName
{
border-color: #0294E5;
}
</style>