Html Css Color HEX #048CDA Pacific Blue

📋 copy color: '#048CDA'

red 4 ◦ green 140 ◦ blue 218

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

Shades of Pacific Blue #048CDA

Tints of Pacific Blue #048CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.22%

R = 1.1%
G = 38.67%
B = 60.22%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#048CDA (or 0x048CDA) is known color: Pacific Blue. HEX triplet: 04, 8C and DA. RGB value is (4,140,218). Sum of RGB (Red+Green+Blue) = 4+140+218=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #048CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048CDA is #FB7325. Grayscale: #6B6B6B. Windows color (decimal): -16479014 or 14322692. OLE color: 14322692.

HSL color Cylindrical-coordinate representation of color #048CDA: hue angle of 201.87º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048CDA is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 4 140 218 -
CMYK 0.98 0.36 0 0.15
HSL 201.87º 0.96% 0.44% -
HSV(B) 201.87º 0.98% 0.85% -
XYZ 22.08 23.84 69.77 -
YUV 108.23 189.94 53.66 -
System Red Green Blue C M Y K H S L
Decimal 4 140 218 0.98 0.36 0 0.15 201.87 0.96 0.44
Hex 4 8C DA 62 24 0 F CA 60 2C
Octal 4 214 332 142 44 0 17 312 140 54
Binary 100 10001100 11011010 1100010 100100 0 1111 11001010 1100000 101100

Color Harmonies of #048CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048CDA

Black with #048CDA

Text Example


Text Example

White with #048CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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