Html Css Color HEX #048CCE Pacific Blue

📋 copy color: '#048CCE'

red 4 ◦ green 140 ◦ blue 206

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

Shades of Pacific Blue #048CCE

Tints of Pacific Blue #048CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40%

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

R = 1.14%
G = 40%
B = 58.86%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#048CCE (or 0x048CCE) is known color: Pacific Blue. HEX triplet: 04, 8C and CE. RGB value is (4,140,206). Sum of RGB (Red+Green+Blue) = 4+140+206=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #048CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048CCE is #FB7331. Grayscale: #6A6A6A. Windows color (decimal): -16479026 or 13536260. OLE color: 13536260.

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

Color convert

RGB 4 140 206 -
CMYK 0.98 0.32 0 0.19
HSL 199.6º 0.96% 0.41% -
HSV(B) 199.6º 0.98% 0.81% -
XYZ 20.57 23.24 61.79 -
YUV 106.86 183.94 54.63 -
System Red Green Blue C M Y K H S L
Decimal 4 140 206 0.98 0.32 0 0.19 199.6 0.96 0.41
Hex 4 8C CE 62 20 0 13 C8 60 29
Octal 4 214 316 142 40 0 23 310 140 51
Binary 100 10001100 11001110 1100010 100000 0 10011 11001000 1100000 101001

Color Harmonies of #048CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048CCE

Black with #048CCE

Text Example


Text Example

White with #048CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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