Html Css Color HEX #0E8BD1 Pacific Blue

📋 copy color: '#0E8BD1'

red 14 ◦ green 139 ◦ blue 209

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

Shades of Pacific Blue #0E8BD1

Tints of Pacific Blue #0E8BD1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.4%

 BLUE value IS 209 (82.03% from 255) = 57.73%

R = 3.87%
G = 38.4%
B = 57.73%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0E8BD1 (or 0x0E8BD1) is known color: Pacific Blue. HEX triplet: 0E, 8B and D1. RGB value is (14,139,209). Sum of RGB (Red+Green+Blue) = 14+139+209=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 209 (82.03% from 255 or 57.73% from 362); Max value from RGB is 209 - color contains mainly: blue. Hex color #0E8BD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8BD1 is #F1742E. Grayscale: #6D6D6D. Windows color (decimal): -15823919 or 13732622. OLE color: 13732622.

HSL color Cylindrical-coordinate representation of color #0E8BD1: hue angle of 201.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E8BD1 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 139 209 -
CMYK 0.93 0.33 0 0.18
HSL 201.54º 0.87% 0.44% -
HSV(B) 201.54º 0.93% 0.82% -
XYZ 20.92 23.16 63.69 -
YUV 109.61 184.09 59.81 -
System Red Green Blue C M Y K H S L
Decimal 14 139 209 0.93 0.33 0 0.18 201.54 0.87 0.44
Hex E 8B D1 5D 21 0 12 CA 57 2C
Octal 16 213 321 135 41 0 22 312 127 54
Binary 1110 10001011 11010001 1011101 100001 0 10010 11001010 1010111 101100

Color Harmonies of #0E8BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8BD1

Black with #0E8BD1

Text Example


Text Example

White with #0E8BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,139,209); }

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

background-color css

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

 a { background-color: rgb(14,139,209); }

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

border-color css

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

 span { border-color: rgb(14,139,209); }

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