Html Css Color HEX #048FCB Pacific Blue

📋 copy color: '#048FCB'

red 4 ◦ green 143 ◦ blue 203

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

Shades of Pacific Blue #048FCB

Tints of Pacific Blue #048FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.86%

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

R = 1.14%
G = 40.86%
B = 58%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#048FCB (or 0x048FCB) is known color: Pacific Blue. HEX triplet: 04, 8F and CB. RGB value is (4,143,203). Sum of RGB (Red+Green+Blue) = 4+143+203=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #048FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048FCB is #FB7034. Grayscale: #6B6B6B. Windows color (decimal): -16478261 or 13340420. OLE color: 13340420.

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

Color convert

RGB 4 143 203 -
CMYK 0.98 0.30 0 0.20
HSL 198.09º 0.96% 0.41% -
HSV(B) 198.09º 0.98% 0.8% -
XYZ 20.65 23.98 60.04 -
YUV 108.28 181.45 53.62 -
System Red Green Blue C M Y K H S L
Decimal 4 143 203 0.98 0.30 0 0.20 198.09 0.96 0.41
Hex 4 8F CB 62 1E 0 14 C6 60 29
Octal 4 217 313 142 36 0 24 306 140 51
Binary 100 10001111 11001011 1100010 11110 0 10100 11000110 1100000 101001

Color Harmonies of #048FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048FCB

Black with #048FCB

Text Example


Text Example

White with #048FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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