Html Css Color HEX #048CDB Pacific Blue

📋 copy color: '#048CDB'

red 4 ◦ green 140 ◦ blue 219

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

Shades of Pacific Blue #048CDB

Tints of Pacific Blue #048CDB

RGB

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

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

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

R = 1.1%
G = 38.57%
B = 60.33%

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

#048CDB (or 0x048CDB) is known color: Pacific Blue. HEX triplet: 04, 8C and DB. RGB value is (4,140,219). Sum of RGB (Red+Green+Blue) = 4+140+219=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #048CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048CDB is #FB7324. Grayscale: #6B6B6B. Windows color (decimal): -16479013 or 14388228. OLE color: 14388228.

HSL color Cylindrical-coordinate representation of color #048CDB: hue angle of 202.05º 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 #048CDB is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 140 219 -
CMYK 0.98 0.36 0 0.14
HSL 202.05º 0.96% 0.44% -
HSV(B) 202.05º 0.98% 0.86% -
XYZ 22.21 23.9 70.46 -
YUV 108.34 190.44 53.58 -
System Red Green Blue C M Y K H S L
Decimal 4 140 219 0.98 0.36 0 0.14 202.05 0.96 0.44
Hex 4 8C DB 62 24 0 E CA 60 2C
Octal 4 214 333 142 44 0 16 312 140 54
Binary 100 10001100 11011011 1100010 100100 0 1110 11001010 1100000 101100

Color Harmonies of #048CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048CDB

Black with #048CDB

Text Example


Text Example

White with #048CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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