Html Css Color HEX #048DD0 Pacific Blue

📋 copy color: '#048DD0'

red 4 ◦ green 141 ◦ blue 208

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

Shades of Pacific Blue #048DD0

Tints of Pacific Blue #048DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.92%

R = 1.13%
G = 39.94%
B = 58.92%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#048DD0 (or 0x048DD0) is known color: Pacific Blue. HEX triplet: 04, 8D and D0. RGB value is (4,141,208). Sum of RGB (Red+Green+Blue) = 4+141+208=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #048DD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048DD0 is #FB722F. Grayscale: #6B6B6B. Windows color (decimal): -16478768 or 13667588. OLE color: 13667588.

HSL color Cylindrical-coordinate representation of color #048DD0: hue angle of 199.71º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DD0 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 141 208 -
CMYK 0.98 0.32 0 0.18
HSL 199.71º 0.96% 0.42% -
HSV(B) 199.71º 0.98% 0.82% -
XYZ 20.96 23.63 63.13 -
YUV 107.68 184.61 54.05 -
System Red Green Blue C M Y K H S L
Decimal 4 141 208 0.98 0.32 0 0.18 199.71 0.96 0.42
Hex 4 8D D0 62 20 0 12 C8 60 2A
Octal 4 215 320 142 40 0 22 310 140 52
Binary 100 10001101 11010000 1100010 100000 0 10010 11001000 1100000 101010

Color Harmonies of #048DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DD0

Black with #048DD0

Text Example


Text Example

White with #048DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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