Html Css Color HEX #048FD2 Pacific Blue

📋 copy color: '#048FD2'

red 4 ◦ green 143 ◦ blue 210

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

Shades of Pacific Blue #048FD2

Tints of Pacific Blue #048FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 58.82%

R = 1.12%
G = 40.06%
B = 58.82%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#048FD2 (or 0x048FD2) is known color: Pacific Blue. HEX triplet: 04, 8F and D2. RGB value is (4,143,210). Sum of RGB (Red+Green+Blue) = 4+143+210=357 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 210 (82.42% from 255 or 58.82% from 357); Max value from RGB is 210 - color contains mainly: blue. Hex color #048FD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048FD2 is #FB702D. Grayscale: #6C6C6C. Windows color (decimal): -16478254 or 13799172. OLE color: 13799172.

HSL color Cylindrical-coordinate representation of color #048FD2: hue angle of 199.51º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048FD2 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 143 210 -
CMYK 0.98 0.32 0 0.18
HSL 199.51º 0.96% 0.42% -
HSV(B) 199.51º 0.98% 0.82% -
XYZ 21.51 24.32 64.53 -
YUV 109.08 184.95 53.05 -
System Red Green Blue C M Y K H S L
Decimal 4 143 210 0.98 0.32 0 0.18 199.51 0.96 0.42
Hex 4 8F D2 62 20 0 12 C8 60 2A
Octal 4 217 322 142 40 0 22 310 140 52
Binary 100 10001111 11010010 1100010 100000 0 10010 11001000 1100000 101010

Color Harmonies of #048FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048FD2

Black with #048FD2

Text Example


Text Example

White with #048FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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