Html Css Color HEX #128CDB Pacific Blue

📋 copy color: '#128CDB'

red 18 ◦ green 140 ◦ blue 219

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

Shades of Pacific Blue #128CDB

Tints of Pacific Blue #128CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 4.77%
G = 37.14%
B = 58.09%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#128CDB (or 0x128CDB) is known color: Pacific Blue. HEX triplet: 12, 8C and DB. RGB value is (18,140,219). Sum of RGB (Red+Green+Blue) = 18+140+219=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #128CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CDB is #ED7324. Grayscale: #707070. Windows color (decimal): -15561509 or 14388242. OLE color: 14388242.

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

Color convert

RGB 18 140 219 -
CMYK 0.92 0.36 0 0.14
HSL 203.58º 0.85% 0.46% -
HSV(B) 203.58º 0.92% 0.86% -
XYZ 22.41 24 70.47 -
YUV 112.53 188.08 60.58 -
System Red Green Blue C M Y K H S L
Decimal 18 140 219 0.92 0.36 0 0.14 203.58 0.85 0.46
Hex 12 8C DB 5C 24 0 E CC 55 2E
Octal 22 214 333 134 44 0 16 314 125 56
Binary 10010 10001100 11011011 1011100 100100 0 1110 11001100 1010101 101110

Color Harmonies of #128CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128CDB

Black with #128CDB

Text Example


Text Example

White with #128CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,140,219); }

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

background-color css

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

 a { background-color: rgb(18,140,219); }

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

border-color css

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

 span { border-color: rgb(18,140,219); }

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