Html Css Color HEX #0E8EDA Pacific Blue

📋 copy color: '#0E8EDA'

red 14 ◦ green 142 ◦ blue 218

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

Shades of Pacific Blue #0E8EDA

Tints of Pacific Blue #0E8EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.29%

R = 3.74%
G = 37.97%
B = 58.29%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0E8EDA (or 0x0E8EDA) is known color: Pacific Blue. HEX triplet: 0E, 8E and DA. RGB value is (14,142,218). Sum of RGB (Red+Green+Blue) = 14+142+218=374 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.74% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #0E8EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8EDA is #F17125. Grayscale: #6F6F6F. Windows color (decimal): -15823142 or 14323214. OLE color: 14323214.

HSL color Cylindrical-coordinate representation of color #0E8EDA: hue angle of 202.35º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E8EDA is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 142 218 -
CMYK 0.94 0.35 0 0.15
HSL 202.35º 0.88% 0.45% -
HSV(B) 202.35º 0.94% 0.85% -
XYZ 22.51 24.5 69.87 -
YUV 112.39 187.59 57.82 -
System Red Green Blue C M Y K H S L
Decimal 14 142 218 0.94 0.35 0 0.15 202.35 0.88 0.45
Hex E 8E DA 5E 23 0 F CA 58 2D
Octal 16 216 332 136 43 0 17 312 130 55
Binary 1110 10001110 11011010 1011110 100011 0 1111 11001010 1011000 101101

Color Harmonies of #0E8EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8EDA

Black with #0E8EDA

Text Example


Text Example

White with #0E8EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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