Html Css Color HEX #048DCF Pacific Blue

📋 copy color: '#048DCF'

red 4 ◦ green 141 ◦ blue 207

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

Shades of Pacific Blue #048DCF

Tints of Pacific Blue #048DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.06%

 BLUE value IS 207 (81.25% from 255) = 58.81%

R = 1.14%
G = 40.06%
B = 58.81%

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

#048DCF (or 0x048DCF) is known color: Pacific Blue. HEX triplet: 04, 8D and CF. RGB value is (4,141,207). Sum of RGB (Red+Green+Blue) = 4+141+207=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #048DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048DCF is #FB7230. Grayscale: #6B6B6B. Windows color (decimal): -16478769 or 13602052. OLE color: 13602052.

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

Color convert

RGB 4 141 207 -
CMYK 0.98 0.32 0 0.19
HSL 199.51º 0.96% 0.41% -
HSV(B) 199.51º 0.98% 0.81% -
XYZ 20.84 23.58 62.48 -
YUV 107.56 184.11 54.13 -
System Red Green Blue C M Y K H S L
Decimal 4 141 207 0.98 0.32 0 0.19 199.51 0.96 0.41
Hex 4 8D CF 62 20 0 13 C8 60 29
Octal 4 215 317 142 40 0 23 310 140 51
Binary 100 10001101 11001111 1100010 100000 0 10011 11001000 1100000 101001

Color Harmonies of #048DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DCF

Black with #048DCF

Text Example


Text Example

White with #048DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,141,207); }

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

background-color css

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

 a { background-color: rgb(4,141,207); }

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

border-color css

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

 span { border-color: rgb(4,141,207); }

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