Html Css Color HEX #0E88DA Pacific Blue

📋 copy color: '#0E88DA'

red 14 ◦ green 136 ◦ blue 218

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

Shades of Pacific Blue #0E88DA

Tints of Pacific Blue #0E88DA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.96%

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

R = 3.8%
G = 36.96%
B = 59.24%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0E88DA (or 0x0E88DA) is known color: Pacific Blue. HEX triplet: 0E, 88 and DA. RGB value is (14,136,218). Sum of RGB (Red+Green+Blue) = 14+136+218=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #0E88DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E88DA is #F17725. Grayscale: #6C6C6C. Windows color (decimal): -15824678 or 14321678. OLE color: 14321678.

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

Color convert

RGB 14 136 218 -
CMYK 0.94 0.38 0 0.15
HSL 204.12º 0.88% 0.45% -
HSV(B) 204.12º 0.94% 0.85% -
XYZ 21.64 22.76 69.58 -
YUV 108.87 189.58 60.33 -
System Red Green Blue C M Y K H S L
Decimal 14 136 218 0.94 0.38 0 0.15 204.12 0.88 0.45
Hex E 88 DA 5E 26 0 F CC 58 2D
Octal 16 210 332 136 46 0 17 314 130 55
Binary 1110 10001000 11011010 1011110 100110 0 1111 11001100 1011000 101101

Color Harmonies of #0E88DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E88DA

Black with #0E88DA

Text Example


Text Example

White with #0E88DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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