Html Css Color HEX #0295DA Pacific Blue

📋 copy color: '#0295DA'

red 2 ◦ green 149 ◦ blue 218

#0295DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #0295DA

Tints of Pacific Blue #0295DA

RGB

 RED value IS 2 (1.17% from 255) = 0.54%

 GREEN value IS 149 (58.59% from 255) = 40.38%

 BLUE value IS 218 (85.55% from 255) = 59.08%

R = 0.54%
G = 40.38%
B = 59.08%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0295DA (or 0x0295DA) is known color: Pacific Blue. HEX triplet: 02, 95 and DA. RGB value is (2,149,218). Sum of RGB (Red+Green+Blue) = 2+149+218=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #0295DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0295DA is #FD6A25. Grayscale: #707070. Windows color (decimal): -16607782 or 14324994. OLE color: 14324994.

HSL color Cylindrical-coordinate representation of color #0295DA: hue angle of 199.17º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0295DA is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 149 218 -
CMYK 0.99 0.32 0 0.15
HSL 199.17º 0.98% 0.43% -
HSV(B) 199.17º 0.99% 0.85% -
XYZ 23.43 26.57 70.22 -
YUV 112.91 187.3 48.89 -
System Red Green Blue C M Y K H S L
Decimal 2 149 218 0.99 0.32 0 0.15 199.17 0.98 0.43
Hex 2 95 DA 63 20 0 F C7 62 2B
Octal 2 225 332 143 40 0 17 307 142 53
Binary 10 10010101 11011010 1100011 100000 0 1111 11000111 1100010 101011

Color Harmonies of #0295DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0295DA

Black with #0295DA

Text Example


Text Example

White with #0295DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0295DA;
 }
 .AnyTagClassName
 {
   color: #0295DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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