Html Css Color HEX #0293CA Pacific Blue

📋 copy color: '#0293CA'

red 2 ◦ green 147 ◦ blue 202

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

Shades of Pacific Blue #0293CA

Tints of Pacific Blue #0293CA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.88%

 BLUE value IS 202 (79.3% from 255) = 57.55%

R = 0.57%
G = 41.88%
B = 57.55%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0293CA (or 0x0293CA) is known color: Pacific Blue. HEX triplet: 02, 93 and CA. RGB value is (2,147,202). Sum of RGB (Red+Green+Blue) = 2+147+202=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #0293CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0293CA is #FD6C35. Grayscale: #6D6D6D. Windows color (decimal): -16608310 or 13275906. OLE color: 13275906.

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

Color convert

RGB 2 147 202 -
CMYK 0.99 0.27 0 0.21
HSL 196.5º 0.98% 0.4% -
HSV(B) 196.5º 0.99% 0.79% -
XYZ 21.12 25.14 59.62 -
YUV 109.92 179.96 51.03 -
System Red Green Blue C M Y K H S L
Decimal 2 147 202 0.99 0.27 0 0.21 196.5 0.98 0.4
Hex 2 93 CA 63 1B 0 15 C4 62 28
Octal 2 223 312 143 33 0 25 304 142 50
Binary 10 10010011 11001010 1100011 11011 0 10101 11000100 1100010 101000

Color Harmonies of #0293CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0293CA

Black with #0293CA

Text Example


Text Example

White with #0293CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0293CA; }

 p { color: rgb(2,147,202); }

 H1.HeaderClassName
 {
   color: #0293CA;
 }
 .AnyTagClassName
 {
   color: #0293CA;
 }
</style>

background-color css

<style>
 a { background-color: #0293CA; }

 a { background-color: rgb(2,147,202); }

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

border-color css

<style>
 span { border-color: #0293CA; }

 span { border-color: rgb(2,147,202); }

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