Html Css Color HEX #148DDB Pacific Blue

📋 copy color: '#148DDB'

red 20 ◦ green 141 ◦ blue 219

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

Shades of Pacific Blue #148DDB

Tints of Pacific Blue #148DDB

RGB

 RED value IS 20 (8.2% from 255) = 5.26%

 GREEN value IS 141 (55.47% from 255) = 37.11%

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

R = 5.26%
G = 37.11%
B = 57.63%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#148DDB (or 0x148DDB) is known color: Pacific Blue. HEX triplet: 14, 8D and DB. RGB value is (20,141,219). Sum of RGB (Red+Green+Blue) = 20+141+219=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #148DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DDB is #EB7224. Grayscale: #717171. Windows color (decimal): -15430181 or 14388500. OLE color: 14388500.

HSL color Cylindrical-coordinate representation of color #148DDB: hue angle of 203.52º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148DDB is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 141 219 -
CMYK 0.91 0.36 0 0.14
HSL 203.52º 0.83% 0.47% -
HSV(B) 203.52º 0.91% 0.86% -
XYZ 22.6 24.31 70.52 -
YUV 113.71 187.41 61.16 -
System Red Green Blue C M Y K H S L
Decimal 20 141 219 0.91 0.36 0 0.14 203.52 0.83 0.47
Hex 14 8D DB 5B 24 0 E CC 53 2F
Octal 24 215 333 133 44 0 16 314 123 57
Binary 10100 10001101 11011011 1011011 100100 0 1110 11001100 1010011 101111

Color Harmonies of #148DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DDB

Black with #148DDB

Text Example


Text Example

White with #148DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148DDB; }

 p { color: rgb(20,141,219); }

 H1.HeaderClassName
 {
   color: #148DDB;
 }
 .AnyTagClassName
 {
   color: #148DDB;
 }
</style>

background-color css

<style>
 a { background-color: #148DDB; }

 a { background-color: rgb(20,141,219); }

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

border-color css

<style>
 span { border-color: #148DDB; }

 span { border-color: rgb(20,141,219); }

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