Html Css Color HEX #0293CE Pacific Blue

📋 copy color: '#0293CE'

red 2 ◦ green 147 ◦ blue 206

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

Shades of Pacific Blue #0293CE

Tints of Pacific Blue #0293CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.03%

R = 0.56%
G = 41.41%
B = 58.03%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0293CE (or 0x0293CE) is known color: Pacific Blue. HEX triplet: 02, 93 and CE. RGB value is (2,147,206). Sum of RGB (Red+Green+Blue) = 2+147+206=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #0293CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0293CE is #FD6C31. Grayscale: #6D6D6D. Windows color (decimal): -16608306 or 13538050. OLE color: 13538050.

HSL color Cylindrical-coordinate representation of color #0293CE: hue angle of 197.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0293CE is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 147 206 -
CMYK 0.99 0.29 0 0.19
HSL 197.35º 0.98% 0.41% -
HSV(B) 197.35º 0.99% 0.81% -
XYZ 21.6 25.34 62.14 -
YUV 110.37 181.96 50.7 -
System Red Green Blue C M Y K H S L
Decimal 2 147 206 0.99 0.29 0 0.19 197.35 0.98 0.41
Hex 2 93 CE 63 1D 0 13 C5 62 29
Octal 2 223 316 143 35 0 23 305 142 51
Binary 10 10010011 11001110 1100011 11101 0 10011 11000101 1100010 101001

Color Harmonies of #0293CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0293CE

Black with #0293CE

Text Example


Text Example

White with #0293CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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