Html Css Color HEX #048DDB Pacific Blue

📋 copy color: '#048DDB'

red 4 ◦ green 141 ◦ blue 219

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

Shades of Pacific Blue #048DDB

Tints of Pacific Blue #048DDB

RGB

 RED value IS 4 (1.95% from 255) = 1.1%

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

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

R = 1.1%
G = 38.74%
B = 60.16%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#048DDB (or 0x048DDB) is known color: Pacific Blue. HEX triplet: 04, 8D and DB. RGB value is (4,141,219). Sum of RGB (Red+Green+Blue) = 4+141+219=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #048DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048DDB is #FB7224. Grayscale: #6C6C6C. Windows color (decimal): -16478757 or 14388484. OLE color: 14388484.

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

Color convert

RGB 4 141 219 -
CMYK 0.98 0.36 0 0.14
HSL 201.77º 0.96% 0.44% -
HSV(B) 201.77º 0.98% 0.86% -
XYZ 22.36 24.19 70.51 -
YUV 108.93 190.11 53.16 -
System Red Green Blue C M Y K H S L
Decimal 4 141 219 0.98 0.36 0 0.14 201.77 0.96 0.44
Hex 4 8D DB 62 24 0 E CA 60 2C
Octal 4 215 333 142 44 0 16 312 140 54
Binary 100 10001101 11011011 1100010 100100 0 1110 11001010 1100000 101100

Color Harmonies of #048DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DDB

Black with #048DDB

Text Example


Text Example

White with #048DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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