Html Css Color HEX #048FCE Pacific Blue

📋 copy color: '#048FCE'

red 4 ◦ green 143 ◦ blue 206

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

Shades of Pacific Blue #048FCE

Tints of Pacific Blue #048FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.51%

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

R = 1.13%
G = 40.51%
B = 58.36%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#048FCE (or 0x048FCE) is known color: Pacific Blue. HEX triplet: 04, 8F and CE. RGB value is (4,143,206). Sum of RGB (Red+Green+Blue) = 4+143+206=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #048FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048FCE is #FB7031. Grayscale: #6C6C6C. Windows color (decimal): -16478258 or 13537028. OLE color: 13537028.

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

Color convert

RGB 4 143 206 -
CMYK 0.98 0.31 0 0.19
HSL 198.71º 0.96% 0.41% -
HSV(B) 198.71º 0.98% 0.81% -
XYZ 21.01 24.13 61.94 -
YUV 108.62 182.95 53.38 -
System Red Green Blue C M Y K H S L
Decimal 4 143 206 0.98 0.31 0 0.19 198.71 0.96 0.41
Hex 4 8F CE 62 1F 0 13 C7 60 29
Octal 4 217 316 142 37 0 23 307 140 51
Binary 100 10001111 11001110 1100010 11111 0 10011 11000111 1100000 101001

Color Harmonies of #048FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048FCE

Black with #048FCE

Text Example


Text Example

White with #048FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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