Html Css Color HEX #048DCB Pacific Blue

📋 copy color: '#048DCB'

red 4 ◦ green 141 ◦ blue 203

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

Shades of Pacific Blue #048DCB

Tints of Pacific Blue #048DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.52%

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

R = 1.15%
G = 40.52%
B = 58.33%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#048DCB (or 0x048DCB) is known color: Pacific Blue. HEX triplet: 04, 8D and CB. RGB value is (4,141,203). Sum of RGB (Red+Green+Blue) = 4+141+203=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #048DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048DCB is #FB7234. Grayscale: #6A6A6A. Windows color (decimal): -16478773 or 13339908. OLE color: 13339908.

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

Color convert

RGB 4 141 203 -
CMYK 0.98 0.31 0 0.20
HSL 198.69º 0.96% 0.41% -
HSV(B) 198.69º 0.98% 0.8% -
XYZ 20.35 23.39 59.94 -
YUV 107.11 182.11 54.46 -
System Red Green Blue C M Y K H S L
Decimal 4 141 203 0.98 0.31 0 0.20 198.69 0.96 0.41
Hex 4 8D CB 62 1F 0 14 C7 60 29
Octal 4 215 313 142 37 0 24 307 140 51
Binary 100 10001101 11001011 1100010 11111 0 10100 11000111 1100000 101001

Color Harmonies of #048DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DCB

Black with #048DCB

Text Example


Text Example

White with #048DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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