Html Css Color HEX #048CCC Pacific Blue

📋 copy color: '#048CCC'

red 4 ◦ green 140 ◦ blue 204

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

Shades of Pacific Blue #048CCC

Tints of Pacific Blue #048CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.23%

 BLUE value IS 204 (80.08% from 255) = 58.62%

R = 1.15%
G = 40.23%
B = 58.62%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#048CCC (or 0x048CCC) is known color: Pacific Blue. HEX triplet: 04, 8C and CC. RGB value is (4,140,204). Sum of RGB (Red+Green+Blue) = 4+140+204=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #048CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048CCC is #FB7333. Grayscale: #6A6A6A. Windows color (decimal): -16479028 or 13405188. OLE color: 13405188.

HSL color Cylindrical-coordinate representation of color #048CCC: hue angle of 199.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048CCC is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 140 204 -
CMYK 0.98 0.31 0 0.2
HSL 199.2º 0.96% 0.41% -
HSV(B) 199.2º 0.98% 0.8% -
XYZ 20.33 23.14 60.52 -
YUV 106.63 182.94 54.8 -
System Red Green Blue C M Y K H S L
Decimal 4 140 204 0.98 0.31 0 0.2 199.2 0.96 0.41
Hex 4 8C CC 62 1F 0 14 C7 60 29
Octal 4 214 314 142 37 0 24 307 140 51
Binary 100 10001100 11001100 1100010 11111 0 10100 11000111 1100000 101001

Color Harmonies of #048CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048CCC

Black with #048CCC

Text Example


Text Example

White with #048CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,140,204); }

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

background-color css

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

 a { background-color: rgb(4,140,204); }

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

border-color css

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

 span { border-color: rgb(4,140,204); }

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