Html Css Color HEX #048DDA Pacific Blue

📋 copy color: '#048DDA'

red 4 ◦ green 141 ◦ blue 218

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

Shades of Pacific Blue #048DDA

Tints of Pacific Blue #048DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.06%

R = 1.1%
G = 38.84%
B = 60.06%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#048DDA (or 0x048DDA) is known color: Pacific Blue. HEX triplet: 04, 8D and DA. RGB value is (4,141,218). Sum of RGB (Red+Green+Blue) = 4+141+218=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #048DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048DDA is #FB7225. Grayscale: #6C6C6C. Windows color (decimal): -16478758 or 14322948. OLE color: 14322948.

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

Color convert

RGB 4 141 218 -
CMYK 0.98 0.35 0 0.15
HSL 201.59º 0.96% 0.44% -
HSV(B) 201.59º 0.98% 0.85% -
XYZ 22.23 24.14 69.82 -
YUV 108.82 189.61 53.24 -
System Red Green Blue C M Y K H S L
Decimal 4 141 218 0.98 0.35 0 0.15 201.59 0.96 0.44
Hex 4 8D DA 62 23 0 F CA 60 2C
Octal 4 215 332 142 43 0 17 312 140 54
Binary 100 10001101 11011010 1100010 100011 0 1111 11001010 1100000 101100

Color Harmonies of #048DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DDA

Black with #048DDA

Text Example


Text Example

White with #048DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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