Html Css Color HEX #0E8EDC Pacific Blue

📋 copy color: '#0E8EDC'

red 14 ◦ green 142 ◦ blue 220

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

Shades of Pacific Blue #0E8EDC

Tints of Pacific Blue #0E8EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.77%

 BLUE value IS 220 (86.33% from 255) = 58.51%

R = 3.72%
G = 37.77%
B = 58.51%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0E8EDC (or 0x0E8EDC) is known color: Pacific Blue. HEX triplet: 0E, 8E and DC. RGB value is (14,142,220). Sum of RGB (Red+Green+Blue) = 14+142+220=376 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.72% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E8EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8EDC is #F17123. Grayscale: #707070. Windows color (decimal): -15823140 or 14454286. OLE color: 14454286.

HSL color Cylindrical-coordinate representation of color #0E8EDC: hue angle of 202.72º 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 #0E8EDC is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 142 220 -
CMYK 0.94 0.35 0 0.14
HSL 202.72º 0.88% 0.46% -
HSV(B) 202.72º 0.94% 0.86% -
XYZ 22.77 24.61 71.26 -
YUV 112.62 188.59 57.66 -
System Red Green Blue C M Y K H S L
Decimal 14 142 220 0.94 0.35 0 0.14 202.72 0.88 0.46
Hex E 8E DC 5E 23 0 E CB 58 2E
Octal 16 216 334 136 43 0 16 313 130 56
Binary 1110 10001110 11011100 1011110 100011 0 1110 11001011 1011000 101110

Color Harmonies of #0E8EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8EDC

Black with #0E8EDC

Text Example


Text Example

White with #0E8EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,142,220); }

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

background-color css

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

 a { background-color: rgb(14,142,220); }

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

border-color css

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

 span { border-color: rgb(14,142,220); }

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