Html Css Color HEX #048DCE Pacific Blue

📋 copy color: '#048DCE'

red 4 ◦ green 141 ◦ blue 206

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

Shades of Pacific Blue #048DCE

Tints of Pacific Blue #048DCE

RGB

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

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

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

R = 1.14%
G = 40.17%
B = 58.69%

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

#048DCE (or 0x048DCE) is known color: Pacific Blue. HEX triplet: 04, 8D and CE. RGB value is (4,141,206). Sum of RGB (Red+Green+Blue) = 4+141+206=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #048DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048DCE is #FB7231. Grayscale: #6B6B6B. Windows color (decimal): -16478770 or 13536516. OLE color: 13536516.

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

Color convert

RGB 4 141 206 -
CMYK 0.98 0.32 0 0.19
HSL 199.31º 0.96% 0.41% -
HSV(B) 199.31º 0.98% 0.81% -
XYZ 20.72 23.53 61.84 -
YUV 107.45 183.61 54.21 -
System Red Green Blue C M Y K H S L
Decimal 4 141 206 0.98 0.32 0 0.19 199.31 0.96 0.41
Hex 4 8D CE 62 20 0 13 C7 60 29
Octal 4 215 316 142 40 0 23 307 140 51
Binary 100 10001101 11001110 1100010 100000 0 10011 11000111 1100000 101001

Color Harmonies of #048DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DCE

Black with #048DCE

Text Example


Text Example

White with #048DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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