Html Css Color HEX #048ACB Pacific Blue

📋 copy color: '#048ACB'

red 4 ◦ green 138 ◦ blue 203

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

Shades of Pacific Blue #048ACB

Tints of Pacific Blue #048ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.84%

R = 1.16%
G = 40%
B = 58.84%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#048ACB (or 0x048ACB) is known color: Pacific Blue. HEX triplet: 04, 8A and CB. RGB value is (4,138,203). Sum of RGB (Red+Green+Blue) = 4+138+203=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #048ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048ACB is #FB7534. Grayscale: #686868. Windows color (decimal): -16479541 or 13339140. OLE color: 13339140.

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

Color convert

RGB 4 138 203 -
CMYK 0.98 0.32 0 0.20
HSL 199.6º 0.96% 0.41% -
HSV(B) 199.6º 0.98% 0.8% -
XYZ 19.92 22.51 59.8 -
YUV 105.34 183.11 55.71 -
System Red Green Blue C M Y K H S L
Decimal 4 138 203 0.98 0.32 0 0.20 199.6 0.96 0.41
Hex 4 8A CB 62 20 0 14 C8 60 29
Octal 4 212 313 142 40 0 24 310 140 51
Binary 100 10001010 11001011 1100010 100000 0 10100 11001000 1100000 101001

Color Harmonies of #048ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048ACB

Black with #048ACB

Text Example


Text Example

White with #048ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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