Html Css Color HEX #048BD7 Pacific Blue

📋 copy color: '#048BD7'

red 4 ◦ green 139 ◦ blue 215

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

Shades of Pacific Blue #048BD7

Tints of Pacific Blue #048BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 60.06%

R = 1.12%
G = 38.83%
B = 60.06%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#048BD7 (or 0x048BD7) is known color: Pacific Blue. HEX triplet: 04, 8B and D7. RGB value is (4,139,215). Sum of RGB (Red+Green+Blue) = 4+139+215=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 215 (84.38% from 255 or 60.06% from 358); Max value from RGB is 215 - color contains mainly: blue. Hex color #048BD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048BD7 is #FB7428. Grayscale: #6A6A6A. Windows color (decimal): -16479273 or 14125828. OLE color: 14125828.

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

Color convert

RGB 4 139 215 -
CMYK 0.98 0.35 0 0.16
HSL 201.61º 0.96% 0.43% -
HSV(B) 201.61º 0.98% 0.84% -
XYZ 21.55 23.4 67.67 -
YUV 107.3 188.77 54.32 -
System Red Green Blue C M Y K H S L
Decimal 4 139 215 0.98 0.35 0 0.16 201.61 0.96 0.43
Hex 4 8B D7 62 23 0 10 CA 60 2B
Octal 4 213 327 142 43 0 20 312 140 53
Binary 100 10001011 11010111 1100010 100011 0 10000 11001010 1100000 101011

Color Harmonies of #048BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BD7

Black with #048BD7

Text Example


Text Example

White with #048BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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