#0295DE

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

Shades of Pacific Blue #0295DE

Tints of Pacific Blue #0295DE

Color information

#0295DE (or 0x0295DE) is unknown color: approx Pacific Blue. HEX triplet: 02, 95 and DE. RGB value is (2,149,222). Sum of RGB (Red+Green+Blue) = 2+149+222=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #0295DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0295DE is #FD6A21. Grayscale: #707070. Windows color (decimal): -16607778 or 14587138. OLE color: 14587138.

HSL color Cylindrical-coordinate representation of color #0295DE: hue angle of 199.91º 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 #0295DE is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2149222-
CMYK0.990.3300.13
HSL199.91º98.21%43.92%-
HSV(B)199.91º99.1%87.06%-
XYZ23.9626.7873.01-
YUV113.37189.348.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 222 (87.11% from 255) = 59.52%
R=0.54%
G=39.95%
B=59.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21492220.990.3300.13199.9198.2143.92
Hex295DE63210Dc8622c
Octal22253361434101531014254
Binary101001010111011110110001110000101101110010001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0295DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0295DE; }

 p { color: rgb(2,149,222); }

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

<style>
 a { background-color: #0295DE; }

 a { background-color: rgb(2,149,222); }

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

<style>
 span { border-color: #0295DE; }

 span { border-color: rgb(2,149,222); }

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