Html Css Color HEX #0294DD Pacific Blue

📋 copy color: '#0294DD'

red 2 ◦ green 148 ◦ blue 221

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

Shades of Pacific Blue #0294DD

Tints of Pacific Blue #0294DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.57%

R = 0.54%
G = 39.89%
B = 59.57%

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

#0294DD (or 0x0294DD) is known color: Pacific Blue. HEX triplet: 02, 94 and DD. RGB value is (2,148,221). Sum of RGB (Red+Green+Blue) = 2+148+221=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #0294DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0294DD is #FD6B22. Grayscale: #707070. Windows color (decimal): -16608035 or 14521346. OLE color: 14521346.

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

Color convert

RGB 2 148 221 -
CMYK 0.99 0.33 0 0.13
HSL 200º 0.98% 0.44% -
HSV(B) 200º 0.99% 0.87% -
XYZ 23.67 26.41 72.26 -
YUV 112.67 189.13 49.06 -
System Red Green Blue C M Y K H S L
Decimal 2 148 221 0.99 0.33 0 0.13 200 0.98 0.44
Hex 2 94 DD 63 21 0 D C8 62 2C
Octal 2 224 335 143 41 0 15 310 142 54
Binary 10 10010100 11011101 1100011 100001 0 1101 11001000 1100010 101100

Color Harmonies of #0294DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0294DD

Black with #0294DD

Text Example


Text Example

White with #0294DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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