Html Css Color HEX #0E8CD0 Pacific Blue

📋 copy color: '#0E8CD0'

red 14 ◦ green 140 ◦ blue 208

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

Shades of Pacific Blue #0E8CD0

Tints of Pacific Blue #0E8CD0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

 BLUE value IS 208 (81.64% from 255) = 57.46%

R = 3.87%
G = 38.67%
B = 57.46%

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

#0E8CD0 (or 0x0E8CD0) is known color: Pacific Blue. HEX triplet: 0E, 8C and D0. RGB value is (14,140,208). Sum of RGB (Red+Green+Blue) = 14+140+208=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 208 (81.64% from 255 or 57.46% from 362); Max value from RGB is 208 - color contains mainly: blue. Hex color #0E8CD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8CD0 is #F1732F. Grayscale: #6D6D6D. Windows color (decimal): -15823664 or 13667342. OLE color: 13667342.

HSL color Cylindrical-coordinate representation of color #0E8CD0: hue angle of 201.03º 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 #0E8CD0 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 140 208 -
CMYK 0.93 0.33 0 0.18
HSL 201.03º 0.87% 0.44% -
HSV(B) 201.03º 0.93% 0.82% -
XYZ 20.94 23.4 63.09 -
YUV 110.08 183.26 59.47 -
System Red Green Blue C M Y K H S L
Decimal 14 140 208 0.93 0.33 0 0.18 201.03 0.87 0.44
Hex E 8C D0 5D 21 0 12 C9 57 2C
Octal 16 214 320 135 41 0 22 311 127 54
Binary 1110 10001100 11010000 1011101 100001 0 10010 11001001 1010111 101100

Color Harmonies of #0E8CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8CD0

Black with #0E8CD0

Text Example


Text Example

White with #0E8CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,140,208); }

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

background-color css

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

 a { background-color: rgb(14,140,208); }

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

border-color css

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

 span { border-color: rgb(14,140,208); }

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