Html Css Color HEX #038ECE Pacific Blue

📋 copy color: '#038ECE'

red 3 ◦ green 142 ◦ blue 206

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

Shades of Pacific Blue #038ECE

Tints of Pacific Blue #038ECE

RGB

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

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

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

R = 0.85%
G = 40.46%
B = 58.69%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#038ECE (or 0x038ECE) is known color: Pacific Blue. HEX triplet: 03, 8E and CE. RGB value is (3,142,206). Sum of RGB (Red+Green+Blue) = 3+142+206=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 142 (55.86% from 255 or 40.46% 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 #038ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ECE is #FC7131. Grayscale: #6B6B6B. Windows color (decimal): -16544050 or 13536771. OLE color: 13536771.

HSL color Cylindrical-coordinate representation of color #038ECE: hue angle of 198.92º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038ECE is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 142 206 -
CMYK 0.99 0.31 0 0.19
HSL 198.92º 0.97% 0.41% -
HSV(B) 198.92º 0.99% 0.81% -
XYZ 20.85 23.82 61.89 -
YUV 107.74 183.45 53.3 -
System Red Green Blue C M Y K H S L
Decimal 3 142 206 0.99 0.31 0 0.19 198.92 0.97 0.41
Hex 3 8E CE 63 1F 0 13 C7 61 29
Octal 3 216 316 143 37 0 23 307 141 51
Binary 11 10001110 11001110 1100011 11111 0 10011 11000111 1100001 101001

Color Harmonies of #038ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038ECE

Black with #038ECE

Text Example


Text Example

White with #038ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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