Html Css Color HEX #0294DB Pacific Blue

📋 copy color: '#0294DB'

red 2 ◦ green 148 ◦ blue 219

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

Shades of Pacific Blue #0294DB

Tints of Pacific Blue #0294DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.35%

R = 0.54%
G = 40.11%
B = 59.35%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0294DB (or 0x0294DB) is known color: Pacific Blue. HEX triplet: 02, 94 and DB. RGB value is (2,148,219). Sum of RGB (Red+Green+Blue) = 2+148+219=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #0294DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0294DB is #FD6B24. Grayscale: #707070. Windows color (decimal): -16608037 or 14390274. OLE color: 14390274.

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

Color convert

RGB 2 148 219 -
CMYK 0.99 0.32 0 0.14
HSL 199.63º 0.98% 0.43% -
HSV(B) 199.63º 0.99% 0.86% -
XYZ 23.4 26.31 70.86 -
YUV 112.44 188.13 49.23 -
System Red Green Blue C M Y K H S L
Decimal 2 148 219 0.99 0.32 0 0.14 199.63 0.98 0.43
Hex 2 94 DB 63 20 0 E C8 62 2B
Octal 2 224 333 143 40 0 16 310 142 53
Binary 10 10010100 11011011 1100011 100000 0 1110 11001000 1100010 101011

Color Harmonies of #0294DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0294DB

Black with #0294DB

Text Example


Text Example

White with #0294DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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