Html Css Color HEX #048ECD Pacific Blue

📋 copy color: '#048ECD'

red 4 ◦ green 142 ◦ blue 205

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

Shades of Pacific Blue #048ECD

Tints of Pacific Blue #048ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.46%

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

R = 1.14%
G = 40.46%
B = 58.4%

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

#048ECD (or 0x048ECD) is known color: Pacific Blue. HEX triplet: 04, 8E and CD. RGB value is (4,142,205). Sum of RGB (Red+Green+Blue) = 4+142+205=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #048ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048ECD is #FB7132. Grayscale: #6B6B6B. Windows color (decimal): -16478515 or 13471236. OLE color: 13471236.

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

Color convert

RGB 4 142 205 -
CMYK 0.98 0.31 0 0.20
HSL 198.81º 0.96% 0.41% -
HSV(B) 198.81º 0.98% 0.8% -
XYZ 20.74 23.78 61.25 -
YUV 107.92 182.78 53.88 -
System Red Green Blue C M Y K H S L
Decimal 4 142 205 0.98 0.31 0 0.20 198.81 0.96 0.41
Hex 4 8E CD 62 1F 0 14 C7 60 29
Octal 4 216 315 142 37 0 24 307 140 51
Binary 100 10001110 11001101 1100010 11111 0 10100 11000111 1100000 101001

Color Harmonies of #048ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048ECD

Black with #048ECD

Text Example


Text Example

White with #048ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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