Html Css Color HEX #048ADB Pacific Blue

📋 copy color: '#048ADB'

red 4 ◦ green 138 ◦ blue 219

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

Shades of Pacific Blue #048ADB

Tints of Pacific Blue #048ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.23%

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

R = 1.11%
G = 38.23%
B = 60.66%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#048ADB (or 0x048ADB) is known color: Pacific Blue. HEX triplet: 04, 8A and DB. RGB value is (4,138,219). Sum of RGB (Red+Green+Blue) = 4+138+219=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #048ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048ADB is #FB7524. Grayscale: #6A6A6A. Windows color (decimal): -16479525 or 14387716. OLE color: 14387716.

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

Color convert

RGB 4 138 219 -
CMYK 0.98 0.37 0 0.14
HSL 202.6º 0.96% 0.44% -
HSV(B) 202.6º 0.98% 0.86% -
XYZ 21.92 23.32 70.36 -
YUV 107.17 191.11 54.41 -
System Red Green Blue C M Y K H S L
Decimal 4 138 219 0.98 0.37 0 0.14 202.6 0.96 0.44
Hex 4 8A DB 62 25 0 E CB 60 2C
Octal 4 212 333 142 45 0 16 313 140 54
Binary 100 10001010 11011011 1100010 100101 0 1110 11001011 1100000 101100

Color Harmonies of #048ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048ADB

Black with #048ADB

Text Example


Text Example

White with #048ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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