Html Css Color HEX #048DCD Pacific Blue

📋 copy color: '#048DCD'

red 4 ◦ green 141 ◦ blue 205

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

Shades of Pacific Blue #048DCD

Tints of Pacific Blue #048DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 1.14%
G = 40.29%
B = 58.57%

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

#048DCD (or 0x048DCD) is known color: Pacific Blue. HEX triplet: 04, 8D and CD. RGB value is (4,141,205). Sum of RGB (Red+Green+Blue) = 4+141+205=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #048DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048DCD is #FB7232. Grayscale: #6A6A6A. Windows color (decimal): -16478771 or 13470980. OLE color: 13470980.

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

Color convert

RGB 4 141 205 -
CMYK 0.98 0.31 0 0.20
HSL 199.1º 0.96% 0.41% -
HSV(B) 199.1º 0.98% 0.8% -
XYZ 20.59 23.48 61.2 -
YUV 107.33 183.11 54.3 -
System Red Green Blue C M Y K H S L
Decimal 4 141 205 0.98 0.31 0 0.20 199.1 0.96 0.41
Hex 4 8D CD 62 1F 0 14 C7 60 29
Octal 4 215 315 142 37 0 24 307 140 51
Binary 100 10001101 11001101 1100010 11111 0 10100 11000111 1100000 101001

Color Harmonies of #048DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DCD

Black with #048DCD

Text Example


Text Example

White with #048DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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