Html Css Color HEX #048ACE Pacific Blue

📋 copy color: '#048ACE'

red 4 ◦ green 138 ◦ blue 206

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

Shades of Pacific Blue #048ACE

Tints of Pacific Blue #048ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.66%

 BLUE value IS 206 (80.86% from 255) = 59.2%

R = 1.15%
G = 39.66%
B = 59.2%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#048ACE (or 0x048ACE) is known color: Pacific Blue. HEX triplet: 04, 8A and CE. RGB value is (4,138,206). Sum of RGB (Red+Green+Blue) = 4+138+206=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #048ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048ACE is #FB7531. Grayscale: #696969. Windows color (decimal): -16479538 or 13535748. OLE color: 13535748.

HSL color Cylindrical-coordinate representation of color #048ACE: hue angle of 200.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048ACE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 138 206 -
CMYK 0.98 0.33 0 0.19
HSL 200.2º 0.96% 0.41% -
HSV(B) 200.2º 0.98% 0.81% -
XYZ 20.28 22.66 61.7 -
YUV 105.69 184.61 55.47 -
System Red Green Blue C M Y K H S L
Decimal 4 138 206 0.98 0.33 0 0.19 200.2 0.96 0.41
Hex 4 8A CE 62 21 0 13 C8 60 29
Octal 4 212 316 142 41 0 23 310 140 51
Binary 100 10001010 11001110 1100010 100001 0 10011 11001000 1100000 101001

Color Harmonies of #048ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048ACE

Black with #048ACE

Text Example


Text Example

White with #048ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,138,206); }

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

background-color css

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

 a { background-color: rgb(4,138,206); }

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

border-color css

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

 span { border-color: rgb(4,138,206); }

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