Html Css Color HEX #038EC7 Pacific Blue

📋 copy color: '#038EC7'

red 3 ◦ green 142 ◦ blue 199

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

Shades of Pacific Blue #038EC7

Tints of Pacific Blue #038EC7

RGB

 RED value IS 3 (1.56% from 255) = 0.87%

 GREEN value IS 142 (55.86% from 255) = 41.28%

 BLUE value IS 199 (78.13% from 255) = 57.85%

R = 0.87%
G = 41.28%
B = 57.85%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#038EC7 (or 0x038EC7) is known color: Pacific Blue. HEX triplet: 03, 8E and C7. RGB value is (3,142,199). Sum of RGB (Red+Green+Blue) = 3+142+199=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 199 (78.12% from 255 or 57.85% from 344); Max value from RGB is 199 - color contains mainly: blue. Hex color #038EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038EC7 is #FC7138. Grayscale: #6A6A6A. Windows color (decimal): -16544057 or 13078019. OLE color: 13078019.

HSL color Cylindrical-coordinate representation of color #038EC7: hue angle of 197.45º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038EC7 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 142 199 -
CMYK 0.98 0.29 0 0.22
HSL 197.45º 0.97% 0.4% -
HSV(B) 197.45º 0.98% 0.78% -
XYZ 20.02 23.49 57.51 -
YUV 106.94 179.95 53.87 -
System Red Green Blue C M Y K H S L
Decimal 3 142 199 0.98 0.29 0 0.22 197.45 0.97 0.4
Hex 3 8E C7 62 1D 0 16 C5 61 28
Octal 3 216 307 142 35 0 26 305 141 50
Binary 11 10001110 11000111 1100010 11101 0 10110 11000101 1100001 101000

Color Harmonies of #038EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EC7

Black with #038EC7

Text Example


Text Example

White with #038EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038EC7; }

 p { color: rgb(3,142,199); }

 H1.HeaderClassName
 {
   color: #038EC7;
 }
 .AnyTagClassName
 {
   color: #038EC7;
 }
</style>

background-color css

<style>
 a { background-color: #038EC7; }

 a { background-color: rgb(3,142,199); }

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

border-color css

<style>
 span { border-color: #038EC7; }

 span { border-color: rgb(3,142,199); }

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