Html Css Color HEX #048ADD Pacific Blue

📋 copy color: '#048ADD'

red 4 ◦ green 138 ◦ blue 221

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

Shades of Pacific Blue #048ADD

Tints of Pacific Blue #048ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 1.1%
G = 38.02%
B = 60.88%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#048ADD (or 0x048ADD) is known color: Pacific Blue. HEX triplet: 04, 8A and DD. RGB value is (4,138,221). Sum of RGB (Red+Green+Blue) = 4+138+221=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #048ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048ADD is #FB7522. Grayscale: #6A6A6A. Windows color (decimal): -16479523 or 14518788. OLE color: 14518788.

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

Color convert

RGB 4 138 221 -
CMYK 0.98 0.38 0 0.13
HSL 202.95º 0.96% 0.44% -
HSV(B) 202.95º 0.98% 0.87% -
XYZ 22.19 23.42 71.76 -
YUV 107.4 192.11 54.25 -
System Red Green Blue C M Y K H S L
Decimal 4 138 221 0.98 0.38 0 0.13 202.95 0.96 0.44
Hex 4 8A DD 62 26 0 D CB 60 2C
Octal 4 212 335 142 46 0 15 313 140 54
Binary 100 10001010 11011101 1100010 100110 0 1101 11001011 1100000 101100

Color Harmonies of #048ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048ADD

Black with #048ADD

Text Example


Text Example

White with #048ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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