Html Css Color HEX #0294CB Pacific Blue

📋 copy color: '#0294CB'

red 2 ◦ green 148 ◦ blue 203

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

Shades of Pacific Blue #0294CB

Tints of Pacific Blue #0294CB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 0.57%
G = 41.93%
B = 57.51%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0294CB (or 0x0294CB) is known color: Pacific Blue. HEX triplet: 02, 94 and CB. RGB value is (2,148,203). Sum of RGB (Red+Green+Blue) = 2+148+203=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #0294CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0294CB is #FD6B34. Grayscale: #6E6E6E. Windows color (decimal): -16608053 or 13341698. OLE color: 13341698.

HSL color Cylindrical-coordinate representation of color #0294CB: hue angle of 196.42º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0294CB is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 148 203 -
CMYK 0.99 0.27 0 0.20
HSL 196.42º 0.98% 0.4% -
HSV(B) 196.42º 0.99% 0.8% -
XYZ 21.39 25.5 60.3 -
YUV 110.62 180.13 50.53 -
System Red Green Blue C M Y K H S L
Decimal 2 148 203 0.99 0.27 0 0.20 196.42 0.98 0.4
Hex 2 94 CB 63 1B 0 14 C4 62 28
Octal 2 224 313 143 33 0 24 304 142 50
Binary 10 10010100 11001011 1100011 11011 0 10100 11000100 1100010 101000

Color Harmonies of #0294CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0294CB

Black with #0294CB

Text Example


Text Example

White with #0294CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0294CB;
 }
 .AnyTagClassName
 {
   color: #0294CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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