Html Css Color HEX #0EA2DB Pacific Blue

📋 copy color: '#0EA2DB'

red 14 ◦ green 162 ◦ blue 219

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

Shades of Pacific Blue #0EA2DB

Tints of Pacific Blue #0EA2DB

RGB

 RED value IS 14 (5.86% from 255) = 3.54%

 GREEN value IS 162 (63.67% from 255) = 41.01%

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

R = 3.54%
G = 41.01%
B = 55.44%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0EA2DB (or 0x0EA2DB) is known color: Pacific Blue. HEX triplet: 0E, A2 and DB. RGB value is (14,162,219). Sum of RGB (Red+Green+Blue) = 14+162+219=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EA2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA2DB is #F15D24. Grayscale: #7B7B7B. Windows color (decimal): -15818021 or 14393870. OLE color: 14393870.

HSL color Cylindrical-coordinate representation of color #0EA2DB: hue angle of 196.68º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EA2DB is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 162 219 -
CMYK 0.94 0.26 0 0.14
HSL 196.68º 0.88% 0.46% -
HSV(B) 196.68º 0.94% 0.86% -
XYZ 25.89 31.05 71.65 -
YUV 124.25 181.47 49.37 -
System Red Green Blue C M Y K H S L
Decimal 14 162 219 0.94 0.26 0 0.14 196.68 0.88 0.46
Hex E A2 DB 5E 1A 0 E C5 58 2E
Octal 16 242 333 136 32 0 16 305 130 56
Binary 1110 10100010 11011011 1011110 11010 0 1110 11000101 1011000 101110

Color Harmonies of #0EA2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA2DB

Black with #0EA2DB

Text Example


Text Example

White with #0EA2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EA2DB; }

 p { color: rgb(14,162,219); }

 H1.HeaderClassName
 {
   color: #0EA2DB;
 }
 .AnyTagClassName
 {
   color: #0EA2DB;
 }
</style>

background-color css

<style>
 a { background-color: #0EA2DB; }

 a { background-color: rgb(14,162,219); }

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

border-color css

<style>
 span { border-color: #0EA2DB; }

 span { border-color: rgb(14,162,219); }

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