Html Css Color HEX #128EDA Pacific Blue

📋 copy color: '#128EDA'

red 18 ◦ green 142 ◦ blue 218

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

Shades of Pacific Blue #128EDA

Tints of Pacific Blue #128EDA

RGB

 RED value IS 18 (7.42% from 255) = 4.76%

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

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

R = 4.76%
G = 37.57%
B = 57.67%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#128EDA (or 0x128EDA) is known color: Pacific Blue. HEX triplet: 12, 8E and DA. RGB value is (18,142,218). Sum of RGB (Red+Green+Blue) = 18+142+218=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #128EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128EDA is #ED7125. Grayscale: #717171. Windows color (decimal): -15560998 or 14323218. OLE color: 14323218.

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

Color convert

RGB 18 142 218 -
CMYK 0.92 0.35 0 0.15
HSL 202.8º 0.85% 0.46% -
HSV(B) 202.8º 0.92% 0.85% -
XYZ 22.58 24.54 69.88 -
YUV 113.59 186.92 59.82 -
System Red Green Blue C M Y K H S L
Decimal 18 142 218 0.92 0.35 0 0.15 202.8 0.85 0.46
Hex 12 8E DA 5C 23 0 F CB 55 2E
Octal 22 216 332 134 43 0 17 313 125 56
Binary 10010 10001110 11011010 1011100 100011 0 1111 11001011 1010101 101110

Color Harmonies of #128EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128EDA

Black with #128EDA

Text Example


Text Example

White with #128EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128EDA; }

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

 H1.HeaderClassName
 {
   color: #128EDA;
 }
 .AnyTagClassName
 {
   color: #128EDA;
 }
</style>

background-color css

<style>
 a { background-color: #128EDA; }

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

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

border-color css

<style>
 span { border-color: #128EDA; }

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

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