Html Css Color HEX #0295DF Pacific Blue

📋 copy color: '#0295DF'

red 2 ◦ green 149 ◦ blue 223

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

Shades of Pacific Blue #0295DF

Tints of Pacific Blue #0295DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.63%

R = 0.53%
G = 39.84%
B = 59.63%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0295DF (or 0x0295DF) is known color: Pacific Blue. HEX triplet: 02, 95 and DF. RGB value is (2,149,223). Sum of RGB (Red+Green+Blue) = 2+149+223=374 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #0295DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0295DF is #FD6A20. Grayscale: #717171. Windows color (decimal): -16607777 or 14652674. OLE color: 14652674.

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

Color convert

RGB 2 149 223 -
CMYK 0.99 0.33 0 0.13
HSL 200.09º 0.98% 0.44% -
HSV(B) 200.09º 0.99% 0.87% -
XYZ 24.09 26.84 73.72 -
YUV 113.48 189.8 48.48 -
System Red Green Blue C M Y K H S L
Decimal 2 149 223 0.99 0.33 0 0.13 200.09 0.98 0.44
Hex 2 95 DF 63 21 0 D C8 62 2C
Octal 2 225 337 143 41 0 15 310 142 54
Binary 10 10010101 11011111 1100011 100001 0 1101 11001000 1100010 101100

Color Harmonies of #0295DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0295DF

Black with #0295DF

Text Example


Text Example

White with #0295DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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