Html Css Color HEX #048BDA Pacific Blue

📋 copy color: '#048BDA'

red 4 ◦ green 139 ◦ blue 218

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

Shades of Pacific Blue #048BDA

Tints of Pacific Blue #048BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

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

R = 1.11%
G = 38.5%
B = 60.39%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#048BDA (or 0x048BDA) is known color: Pacific Blue. HEX triplet: 04, 8B and DA. RGB value is (4,139,218). Sum of RGB (Red+Green+Blue) = 4+139+218=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #048BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048BDA is #FB7425. Grayscale: #6B6B6B. Windows color (decimal): -16479270 or 14322436. OLE color: 14322436.

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

Color convert

RGB 4 139 218 -
CMYK 0.98 0.36 0 0.15
HSL 202.15º 0.96% 0.44% -
HSV(B) 202.15º 0.98% 0.85% -
XYZ 21.94 23.55 69.72 -
YUV 107.64 190.27 54.08 -
System Red Green Blue C M Y K H S L
Decimal 4 139 218 0.98 0.36 0 0.15 202.15 0.96 0.44
Hex 4 8B DA 62 24 0 F CA 60 2C
Octal 4 213 332 142 44 0 17 312 140 54
Binary 100 10001011 11011010 1100010 100100 0 1111 11001010 1100000 101100

Color Harmonies of #048BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BDA

Black with #048BDA

Text Example


Text Example

White with #048BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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