Html Css Color HEX #0293DB Pacific Blue

📋 copy color: '#0293DB'

red 2 ◦ green 147 ◦ blue 219

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

Shades of Pacific Blue #0293DB

Tints of Pacific Blue #0293DB

RGB

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

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

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

R = 0.54%
G = 39.95%
B = 59.51%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0293DB (or 0x0293DB) is known color: Pacific Blue. HEX triplet: 02, 93 and DB. RGB value is (2,147,219). Sum of RGB (Red+Green+Blue) = 2+147+219=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #0293DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0293DB is #FD6C24. Grayscale: #6F6F6F. Windows color (decimal): -16608293 or 14390018. OLE color: 14390018.

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

Color convert

RGB 2 147 219 -
CMYK 0.99 0.33 0 0.14
HSL 199.91º 0.98% 0.43% -
HSV(B) 199.91º 0.99% 0.86% -
XYZ 23.24 25.99 70.81 -
YUV 111.85 188.46 49.65 -
System Red Green Blue C M Y K H S L
Decimal 2 147 219 0.99 0.33 0 0.14 199.91 0.98 0.43
Hex 2 93 DB 63 21 0 E C8 62 2B
Octal 2 223 333 143 41 0 16 310 142 53
Binary 10 10010011 11011011 1100011 100001 0 1110 11001000 1100010 101011

Color Harmonies of #0293DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0293DB

Black with #0293DB

Text Example


Text Example

White with #0293DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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