#0294E1

Color #0294E1 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0294E1

Tints of Pacific Blue #0294E1

Color information

#0294E1 (or 0x0294E1) is unknown color: approx Pacific Blue. HEX triplet: 02, 94 and E1. RGB value is (2,148,225). Sum of RGB (Red+Green+Blue) = 2+148+225=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 225 (88.28% from 255 or 60% from 375); Max value from RGB is 225 - color contains mainly: blue. Hex color #0294E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0294E1 is #FD6B1E. Grayscale: #707070. Windows color (decimal): -16608031 or 14783490. OLE color: 14783490.

HSL color Cylindrical-coordinate representation of color #0294E1: hue angle of 200.72º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0294E1 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2148225-
CMYK0.990.3400.12
HSL200.72º98.24%44.51%-
HSV(B)200.72º99.11%88.24%-
XYZ24.2126.6375.1-
YUV113.12191.1348.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.53%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 225 (88.28% from 255) = 60%
R=0.53%
G=39.47%
B=60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal21482250.990.3400.12200.7298.2444.51
Hex294E163220Cc9622d
Octal22243411434201431114255
Binary101001010011100001110001110001001100110010011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0294E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0294E1; }

 p { color: rgb(2,148,225); }

 H1.HeaderClassName
 {
   color: #0294E1;
 }
 .AnyTagClassName
 {
   color: #0294E1;
 }
</style>
background-color css

<style>
 a { background-color: #0294E1; }

 a { background-color: rgb(2,148,225); }

 div.DivClassName
 {
   background-color: #0294E1;
 }
 .BgClassName
 {
   background-color: #0294E1;
 }
</style>
border-color css

<style>
 span { border-color: #0294E1; }

 span { border-color: rgb(2,148,225); }

 td.TdClassName
 {
   border-color: #0294E1;
 }
 .TagClassName
 {
   border-color: #0294E1;
 }
</style>